Html Css Color HEX #C47212 Ochre

📋 copy color: '#C47212'

red 196 ◦ green 114 ◦ blue 18

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

Shades of Ochre #C47212

Tints of Ochre #C47212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.76%

 BLUE value IS 18 (7.42% from 255) = 5.49%

R = 59.76%
G = 34.76%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C47212 (or 0xC47212) is known color: Ochre. HEX triplet: C4, 72 and 12. RGB value is (196,114,18). Sum of RGB (Red+Green+Blue) = 196+114+18=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C47212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47212 is #3B8DED. Grayscale: #808080. Windows color (decimal): -3902958 or 1209028. OLE color: 1209028.

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

Color convert

RGB 196 114 18 -
CMYK 0 0.42 0.91 0.23
HSL 32.36º 0.83% 0.42% -
HSV(B) 32.36º 0.91% 0.77% -
XYZ 28.89 23.81 3.65 -
YUV 127.57 66.17 176.81 -
System Red Green Blue C M Y K H S L
Decimal 196 114 18 0 0.42 0.91 0.23 32.36 0.83 0.42
Hex C4 72 12 0 2A 5B 17 20 53 2A
Octal 304 162 22 0 52 133 27 40 123 52
Binary 11000100 1110010 10010 0 101010 1011011 10111 100000 1010011 101010

Color Harmonies of #C47212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47212

Black with #C47212

Text Example


Text Example

White with #C47212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47212; }

 p { color: rgb(196,114,18); }

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

background-color css

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

 a { background-color: rgb(196,114,18); }

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

border-color css

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

 span { border-color: rgb(196,114,18); }

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