Html Css Color HEX #C47216 Ochre

📋 copy color: '#C47216'

red 196 ◦ green 114 ◦ blue 22

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

Shades of Ochre #C47216

Tints of Ochre #C47216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.63%

R = 59.04%
G = 34.34%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C47216 (or 0xC47216) is known color: Ochre. HEX triplet: C4, 72 and 16. RGB value is (196,114,22). Sum of RGB (Red+Green+Blue) = 196+114+22=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C47216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47216 is #3B8DE9. Grayscale: #808080. Windows color (decimal): -3902954 or 1471172. OLE color: 1471172.

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

Color convert

RGB 196 114 22 -
CMYK 0 0.42 0.89 0.23
HSL 31.72º 0.8% 0.43% -
HSV(B) 31.72º 0.89% 0.77% -
XYZ 28.93 23.83 3.83 -
YUV 128.03 68.17 176.48 -
System Red Green Blue C M Y K H S L
Decimal 196 114 22 0 0.42 0.89 0.23 31.72 0.8 0.43
Hex C4 72 16 0 2A 59 17 20 50 2B
Octal 304 162 26 0 52 131 27 40 120 53
Binary 11000100 1110010 10110 0 101010 1011001 10111 100000 1010000 101011

Color Harmonies of #C47216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47216

Black with #C47216

Text Example


Text Example

White with #C47216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47216; }

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

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

background-color css

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

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

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

border-color css

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

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

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