Html Css Color HEX #C78218 Ochre

📋 copy color: '#C78218'

red 199 ◦ green 130 ◦ blue 24

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

Shades of Ochre #C78218

Tints of Ochre #C78218

RGB

 RED value IS 199 (78.13% from 255) = 56.37%

 GREEN value IS 130 (51.17% from 255) = 36.83%

 BLUE value IS 24 (9.77% from 255) = 6.8%

R = 56.37%
G = 36.83%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C78218 (or 0xC78218) is known color: Ochre. HEX triplet: C7, 82 and 18. RGB value is (199,130,24). Sum of RGB (Red+Green+Blue) = 199+130+24=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C78218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78218 is #387DE7. Grayscale: #8B8B8B. Windows color (decimal): -3702248 or 1606343. OLE color: 1606343.

HSL color Cylindrical-coordinate representation of color #C78218: hue angle of 36.34º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C78218 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 130 24 -
CMYK 0 0.35 0.88 0.22
HSL 36.34º 0.78% 0.44% -
HSV(B) 36.34º 0.88% 0.78% -
XYZ 31.7 28.17 4.63 -
YUV 138.55 63.36 171.12 -
System Red Green Blue C M Y K H S L
Decimal 199 130 24 0 0.35 0.88 0.22 36.34 0.78 0.44
Hex C7 82 18 0 23 58 16 24 4E 2C
Octal 307 202 30 0 43 130 26 44 116 54
Binary 11000111 10000010 11000 0 100011 1011000 10110 100100 1001110 101100

Color Harmonies of #C78218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78218

Black with #C78218

Text Example


Text Example

White with #C78218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78218; }

 p { color: rgb(199,130,24); }

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

background-color css

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

 a { background-color: rgb(199,130,24); }

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

border-color css

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

 span { border-color: rgb(199,130,24); }

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