Html Css Color HEX #C57811 Ochre

📋 copy color: '#C57811'

red 197 ◦ green 120 ◦ blue 17

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

Shades of Ochre #C57811

Tints of Ochre #C57811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.09%

R = 58.98%
G = 35.93%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C57811 (or 0xC57811) is known color: Ochre. HEX triplet: C5, 78 and 11. RGB value is (197,120,17). Sum of RGB (Red+Green+Blue) = 197+120+17=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C57811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57811 is #3A87EE. Grayscale: #838383. Windows color (decimal): -3835887 or 1145029. OLE color: 1145029.

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

Color convert

RGB 197 120 17 -
CMYK 0 0.39 0.91 0.23
HSL 34.33º 0.84% 0.42% -
HSV(B) 34.33º 0.91% 0.77% -
XYZ 29.84 25.34 3.85 -
YUV 131.28 63.51 174.88 -
System Red Green Blue C M Y K H S L
Decimal 197 120 17 0 0.39 0.91 0.23 34.33 0.84 0.42
Hex C5 78 11 0 27 5B 17 22 54 2A
Octal 305 170 21 0 47 133 27 42 124 52
Binary 11000101 1111000 10001 0 100111 1011011 10111 100010 1010100 101010

Color Harmonies of #C57811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57811

Black with #C57811

Text Example


Text Example

White with #C57811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57811; }

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

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

background-color css

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

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

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

border-color css

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

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

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