Html Css Color HEX #C47716 Ochre

📋 copy color: '#C47716'

red 196 ◦ green 119 ◦ blue 22

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

Shades of Ochre #C47716

Tints of Ochre #C47716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.31%

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

R = 58.16%
G = 35.31%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C47716 (or 0xC47716) is known color: Ochre. HEX triplet: C4, 77 and 16. RGB value is (196,119,22). Sum of RGB (Red+Green+Blue) = 196+119+22=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C47716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47716 is #3B88E9. Grayscale: #838383. Windows color (decimal): -3901674 or 1472452. OLE color: 1472452.

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

Color convert

RGB 196 119 22 -
CMYK 0 0.39 0.89 0.23
HSL 33.45º 0.8% 0.43% -
HSV(B) 33.45º 0.89% 0.77% -
XYZ 29.51 24.99 4.03 -
YUV 130.97 66.51 174.39 -
System Red Green Blue C M Y K H S L
Decimal 196 119 22 0 0.39 0.89 0.23 33.45 0.8 0.43
Hex C4 77 16 0 27 59 17 21 50 2B
Octal 304 167 26 0 47 131 27 41 120 53
Binary 11000100 1110111 10110 0 100111 1011001 10111 100001 1010000 101011

Color Harmonies of #C47716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47716

Black with #C47716

Text Example


Text Example

White with #C47716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47716; }

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

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

background-color css

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

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

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

border-color css

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

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

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