Html Css Color HEX #C87823 Ochre

📋 copy color: '#C87823'

red 200 ◦ green 120 ◦ blue 35

#C87823
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #C87823

Tints of Ochre #C87823

RGB

 RED value IS 200 (78.52% from 255) = 56.34%

 GREEN value IS 120 (47.27% from 255) = 33.8%

 BLUE value IS 35 (14.06% from 255) = 9.86%

R = 56.34%
G = 33.8%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.82

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C87823 (or 0xC87823) is known color: Ochre. HEX triplet: C8, 78 and 23. RGB value is (200,120,35). Sum of RGB (Red+Green+Blue) = 200+120+35=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C87823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87823 is #3787DC. Grayscale: #868686. Windows color (decimal): -3639261 or 2324680. OLE color: 2324680.

HSL color Cylindrical-coordinate representation of color #C87823: hue angle of 30.91º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C87823 is Cyan = 0, Magento = 0.4, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 120 35 -
CMYK 0 0.4 0.82 0.22
HSL 30.91º 0.7% 0.46% -
HSV(B) 30.91º 0.83% 0.78% -
XYZ 30.84 25.83 4.95 -
YUV 134.23 72 174.91 -
System Red Green Blue C M Y K H S L
Decimal 200 120 35 0 0.4 0.82 0.22 30.91 0.7 0.46
Hex C8 78 23 0 28 52 16 1F 46 2E
Octal 310 170 43 0 50 122 26 37 106 56
Binary 11001000 1111000 100011 0 101000 1010010 10110 11111 1000110 101110

Color Harmonies of #C87823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87823

Black with #C87823

Text Example


Text Example

White with #C87823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87823; }

 p { color: rgb(200,120,35); }

 H1.HeaderClassName
 {
   color: #C87823;
 }
 .AnyTagClassName
 {
   color: #C87823;
 }
</style>

background-color css

<style>
 a { background-color: #C87823; }

 a { background-color: rgb(200,120,35); }

 div.DivClassName
 {
   background-color: #C87823;
 }
 .BgClassName
 {
   background-color: #C87823;
 }
</style>

border-color css

<style>
 span { border-color: #C87823; }

 span { border-color: rgb(200,120,35); }

 td.TdClassName
 {
   border-color: #C87823;
 }
 .TagClassName
 {
   border-color: #C87823;
 }
</style>