Html Css Color HEX #C47810 Ochre

📋 copy color: '#C47810'

red 196 ◦ green 120 ◦ blue 16

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

Shades of Ochre #C47810

Tints of Ochre #C47810

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.14%

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

R = 59.04%
G = 36.14%
B = 4.82%

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

#C47810 (or 0xC47810) is known color: Ochre. HEX triplet: C4, 78 and 10. RGB value is (196,120,16). Sum of RGB (Red+Green+Blue) = 196+120+16=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C47810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47810 is #3B87EF. Grayscale: #838383. Windows color (decimal): -3901424 or 1079492. OLE color: 1079492.

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

Color convert

RGB 196 120 16 -
CMYK 0 0.39 0.92 0.23
HSL 34.67º 0.85% 0.42% -
HSV(B) 34.67º 0.92% 0.77% -
XYZ 29.57 25.21 3.8 -
YUV 130.87 63.18 174.46 -
System Red Green Blue C M Y K H S L
Decimal 196 120 16 0 0.39 0.92 0.23 34.67 0.85 0.42
Hex C4 78 10 0 27 5C 17 23 55 2A
Octal 304 170 20 0 47 134 27 43 125 52
Binary 11000100 1111000 10000 0 100111 1011100 10111 100011 1010101 101010

Color Harmonies of #C47810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47810

Black with #C47810

Text Example


Text Example

White with #C47810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47810; }

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

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

background-color css

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

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

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

border-color css

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

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

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