Html Css Color HEX #C47710 Ochre

📋 copy color: '#C47710'

red 196 ◦ green 119 ◦ blue 16

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

Shades of Ochre #C47710

Tints of Ochre #C47710

RGB

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

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

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

R = 59.21%
G = 35.95%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C47710 (or 0xC47710) is known color: Ochre. HEX triplet: C4, 77 and 10. RGB value is (196,119,16). Sum of RGB (Red+Green+Blue) = 196+119+16=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C47710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47710 is #3B88EF. Grayscale: #828282. Windows color (decimal): -3901680 or 1079236. OLE color: 1079236.

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

Color convert

RGB 196 119 16 -
CMYK 0 0.39 0.92 0.23
HSL 34.33º 0.85% 0.42% -
HSV(B) 34.33º 0.92% 0.77% -
XYZ 29.46 24.97 3.76 -
YUV 130.28 63.51 174.88 -
System Red Green Blue C M Y K H S L
Decimal 196 119 16 0 0.39 0.92 0.23 34.33 0.85 0.42
Hex C4 77 10 0 27 5C 17 22 55 2A
Octal 304 167 20 0 47 134 27 42 125 52
Binary 11000100 1110111 10000 0 100111 1011100 10111 100010 1010101 101010

Color Harmonies of #C47710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47710

Black with #C47710

Text Example


Text Example

White with #C47710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47710; }

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

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

background-color css

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

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

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

border-color css

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

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

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