Html Css Color HEX #C77418 Ochre

📋 copy color: '#C77418'

red 199 ◦ green 116 ◦ blue 24

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

Shades of Ochre #C77418

Tints of Ochre #C77418

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

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

R = 58.7%
G = 34.22%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C77418 (or 0xC77418) is known color: Ochre. HEX triplet: C7, 74 and 18. RGB value is (199,116,24). Sum of RGB (Red+Green+Blue) = 199+116+24=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C77418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77418 is #388BE7. Grayscale: #828282. Windows color (decimal): -3705832 or 1602759. OLE color: 1602759.

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

Color convert

RGB 199 116 24 -
CMYK 0 0.42 0.88 0.22
HSL 31.54º 0.78% 0.44% -
HSV(B) 31.54º 0.88% 0.78% -
XYZ 29.96 24.7 4.05 -
YUV 130.33 68 176.98 -
System Red Green Blue C M Y K H S L
Decimal 199 116 24 0 0.42 0.88 0.22 31.54 0.78 0.44
Hex C7 74 18 0 2A 58 16 20 4E 2C
Octal 307 164 30 0 52 130 26 40 116 54
Binary 11000111 1110100 11000 0 101010 1011000 10110 100000 1001110 101100

Color Harmonies of #C77418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77418

Black with #C77418

Text Example


Text Example

White with #C77418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77418; }

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

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

background-color css

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

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

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

border-color css

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

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

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