Html Css Color HEX #C47118 Ochre

📋 copy color: '#C47118'

red 196 ◦ green 113 ◦ blue 24

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

Shades of Ochre #C47118

Tints of Ochre #C47118

RGB

 RED value IS 196 (76.95% from 255) = 58.86%

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

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

R = 58.86%
G = 33.93%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C47118 (or 0xC47118) is known color: Ochre. HEX triplet: C4, 71 and 18. RGB value is (196,113,24). Sum of RGB (Red+Green+Blue) = 196+113+24=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C47118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47118 is #3B8EE7. Grayscale: #808080. Windows color (decimal): -3903208 or 1601988. OLE color: 1601988.

HSL color Cylindrical-coordinate representation of color #C47118: hue angle of 31.05º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C47118 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 113 24 -
CMYK 0 0.42 0.88 0.23
HSL 31.05º 0.78% 0.43% -
HSV(B) 31.05º 0.88% 0.77% -
XYZ 28.83 23.61 3.9 -
YUV 127.67 69.5 176.74 -
System Red Green Blue C M Y K H S L
Decimal 196 113 24 0 0.42 0.88 0.23 31.05 0.78 0.43
Hex C4 71 18 0 2A 58 17 1F 4E 2B
Octal 304 161 30 0 52 130 27 37 116 53
Binary 11000100 1110001 11000 0 101010 1011000 10111 11111 1001110 101011

Color Harmonies of #C47118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47118

Black with #C47118

Text Example


Text Example

White with #C47118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47118; }

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

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

background-color css

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

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

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

border-color css

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

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

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