Html Css Color HEX #C47016 Ochre

📋 copy color: '#C47016'

red 196 ◦ green 112 ◦ blue 22

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

Shades of Ochre #C47016

Tints of Ochre #C47016

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.94%

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

R = 59.39%
G = 33.94%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C47016 (or 0xC47016) is known color: Ochre. HEX triplet: C4, 70 and 16. RGB value is (196,112,22). Sum of RGB (Red+Green+Blue) = 196+112+22=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C47016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47016 is #3B8FE9. Grayscale: #7F7F7F. Windows color (decimal): -3903466 or 1470660. OLE color: 1470660.

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

Color convert

RGB 196 112 22 -
CMYK 0 0.43 0.89 0.23
HSL 31.03º 0.8% 0.43% -
HSV(B) 31.03º 0.89% 0.77% -
XYZ 28.7 23.38 3.76 -
YUV 126.86 68.83 177.32 -
System Red Green Blue C M Y K H S L
Decimal 196 112 22 0 0.43 0.89 0.23 31.03 0.8 0.43
Hex C4 70 16 0 2B 59 17 1F 50 2B
Octal 304 160 26 0 53 131 27 37 120 53
Binary 11000100 1110000 10110 0 101011 1011001 10111 11111 1010000 101011

Color Harmonies of #C47016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47016

Black with #C47016

Text Example


Text Example

White with #C47016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47016; }

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

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

background-color css

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

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

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

border-color css

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

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

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