Html Css Color HEX #C77118 Ochre

📋 copy color: '#C77118'

red 199 ◦ green 113 ◦ blue 24

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

Shades of Ochre #C77118

Tints of Ochre #C77118

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.63%

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

R = 59.23%
G = 33.63%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C77118 (or 0xC77118) is known color: Ochre. HEX triplet: C7, 71 and 18. RGB value is (199,113,24). Sum of RGB (Red+Green+Blue) = 199+113+24=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C77118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77118 is #388EE7. Grayscale: #818181. Windows color (decimal): -3706600 or 1601991. OLE color: 1601991.

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

Color convert

RGB 199 113 24 -
CMYK 0 0.43 0.88 0.22
HSL 30.51º 0.78% 0.44% -
HSV(B) 30.51º 0.88% 0.78% -
XYZ 29.62 24.02 3.94 -
YUV 128.57 68.99 178.24 -
System Red Green Blue C M Y K H S L
Decimal 199 113 24 0 0.43 0.88 0.22 30.51 0.78 0.44
Hex C7 71 18 0 2B 58 16 1F 4E 2C
Octal 307 161 30 0 53 130 26 37 116 54
Binary 11000111 1110001 11000 0 101011 1011000 10110 11111 1001110 101100

Color Harmonies of #C77118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77118

Black with #C77118

Text Example


Text Example

White with #C77118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77118; }

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

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

background-color css

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

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

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

border-color css

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

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

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