Html Css Color HEX #C47211 Ochre

📋 copy color: '#C47211'

red 196 ◦ green 114 ◦ blue 17

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

Shades of Ochre #C47211

Tints of Ochre #C47211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.2%

R = 59.94%
G = 34.86%
B = 5.2%

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

#C47211 (or 0xC47211) is known color: Ochre. HEX triplet: C4, 72 and 11. RGB value is (196,114,17). Sum of RGB (Red+Green+Blue) = 196+114+17=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C47211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47211 is #3B8DEE. Grayscale: #7F7F7F. Windows color (decimal): -3902959 or 1143492. OLE color: 1143492.

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

Color convert

RGB 196 114 17 -
CMYK 0 0.42 0.91 0.23
HSL 32.51º 0.84% 0.42% -
HSV(B) 32.51º 0.91% 0.77% -
XYZ 28.88 23.81 3.6 -
YUV 127.46 65.67 176.89 -
System Red Green Blue C M Y K H S L
Decimal 196 114 17 0 0.42 0.91 0.23 32.51 0.84 0.42
Hex C4 72 11 0 2A 5B 17 21 54 2A
Octal 304 162 21 0 52 133 27 41 124 52
Binary 11000100 1110010 10001 0 101010 1011011 10111 100001 1010100 101010

Color Harmonies of #C47211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47211

Black with #C47211

Text Example


Text Example

White with #C47211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47211; }

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

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

background-color css

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

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

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

border-color css

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

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

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