Html Css Color HEX #C57810 Ochre

📋 copy color: '#C57810'

red 197 ◦ green 120 ◦ blue 16

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

Shades of Ochre #C57810

Tints of Ochre #C57810

RGB

 RED value IS 197 (77.34% from 255) = 59.16%

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

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

R = 59.16%
G = 36.04%
B = 4.8%

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

#C57810 (or 0xC57810) is known color: Ochre. HEX triplet: C5, 78 and 10. RGB value is (197,120,16). Sum of RGB (Red+Green+Blue) = 197+120+16=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C57810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57810 is #3A87EF. Grayscale: #838383. Windows color (decimal): -3835888 or 1079493. OLE color: 1079493.

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

Color convert

RGB 197 120 16 -
CMYK 0 0.39 0.92 0.23
HSL 34.48º 0.85% 0.42% -
HSV(B) 34.48º 0.92% 0.77% -
XYZ 29.84 25.34 3.81 -
YUV 131.17 63.01 174.96 -
System Red Green Blue C M Y K H S L
Decimal 197 120 16 0 0.39 0.92 0.23 34.48 0.85 0.42
Hex C5 78 10 0 27 5C 17 22 55 2A
Octal 305 170 20 0 47 134 27 42 125 52
Binary 11000101 1111000 10000 0 100111 1011100 10111 100010 1010101 101010

Color Harmonies of #C57810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57810

Black with #C57810

Text Example


Text Example

White with #C57810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57810; }

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

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

background-color css

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

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

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

border-color css

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

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

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