Html Css Color HEX #C47210 Ochre

📋 copy color: '#C47210'

red 196 ◦ green 114 ◦ blue 16

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

Shades of Ochre #C47210

Tints of Ochre #C47210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.91%

R = 60.12%
G = 34.97%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C47210 (or 0xC47210) is known color: Ochre. HEX triplet: C4, 72 and 10. RGB value is (196,114,16). Sum of RGB (Red+Green+Blue) = 196+114+16=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C47210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47210 is #3B8DEF. Grayscale: #7F7F7F. Windows color (decimal): -3902960 or 1077956. OLE color: 1077956.

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

Color convert

RGB 196 114 16 -
CMYK 0 0.42 0.92 0.23
HSL 32.67º 0.85% 0.42% -
HSV(B) 32.67º 0.92% 0.77% -
XYZ 28.88 23.81 3.56 -
YUV 127.35 65.17 176.97 -
System Red Green Blue C M Y K H S L
Decimal 196 114 16 0 0.42 0.92 0.23 32.67 0.85 0.42
Hex C4 72 10 0 2A 5C 17 21 55 2A
Octal 304 162 20 0 52 134 27 41 125 52
Binary 11000100 1110010 10000 0 101010 1011100 10111 100001 1010101 101010

Color Harmonies of #C47210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47210

Black with #C47210

Text Example


Text Example

White with #C47210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47210; }

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

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

background-color css

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

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

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

border-color css

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

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

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