Html Css Color HEX #C47412 Ochre

📋 copy color: '#C47412'

red 196 ◦ green 116 ◦ blue 18

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

Shades of Ochre #C47412

Tints of Ochre #C47412

RGB

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

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

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

R = 59.39%
G = 35.15%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C47412 (or 0xC47412) is known color: Ochre. HEX triplet: C4, 74 and 12. RGB value is (196,116,18). Sum of RGB (Red+Green+Blue) = 196+116+18=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C47412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47412 is #3B8BED. Grayscale: #818181. Windows color (decimal): -3902446 or 1209540. OLE color: 1209540.

HSL color Cylindrical-coordinate representation of color #C47412: hue angle of 33.03º 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 #C47412 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 116 18 -
CMYK 0 0.41 0.91 0.23
HSL 33.03º 0.83% 0.42% -
HSV(B) 33.03º 0.91% 0.77% -
XYZ 29.12 24.27 3.72 -
YUV 128.75 65.5 175.97 -
System Red Green Blue C M Y K H S L
Decimal 196 116 18 0 0.41 0.91 0.23 33.03 0.83 0.42
Hex C4 74 12 0 29 5B 17 21 53 2A
Octal 304 164 22 0 51 133 27 41 123 52
Binary 11000100 1110100 10010 0 101001 1011011 10111 100001 1010011 101010

Color Harmonies of #C47412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47412

Black with #C47412

Text Example


Text Example

White with #C47412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47412; }

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

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

background-color css

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

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

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

border-color css

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

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

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