Html Css Color HEX #C77918 Ochre

📋 copy color: '#C77918'

red 199 ◦ green 121 ◦ blue 24

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

Shades of Ochre #C77918

Tints of Ochre #C77918

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.17%

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

R = 57.85%
G = 35.17%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C77918 (or 0xC77918) is known color: Ochre. HEX triplet: C7, 79 and 18. RGB value is (199,121,24). Sum of RGB (Red+Green+Blue) = 199+121+24=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C77918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77918 is #3886E7. Grayscale: #858585. Windows color (decimal): -3704552 or 1604039. OLE color: 1604039.

HSL color Cylindrical-coordinate representation of color #C77918: hue angle of 33.26º 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 #C77918 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 121 24 -
CMYK 0 0.39 0.88 0.22
HSL 33.26º 0.78% 0.44% -
HSV(B) 33.26º 0.88% 0.78% -
XYZ 30.56 25.88 4.25 -
YUV 133.26 66.34 174.89 -
System Red Green Blue C M Y K H S L
Decimal 199 121 24 0 0.39 0.88 0.22 33.26 0.78 0.44
Hex C7 79 18 0 27 58 16 21 4E 2C
Octal 307 171 30 0 47 130 26 41 116 54
Binary 11000111 1111001 11000 0 100111 1011000 10110 100001 1001110 101100

Color Harmonies of #C77918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77918

Black with #C77918

Text Example


Text Example

White with #C77918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77918; }

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

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

background-color css

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

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

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

border-color css

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

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

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