#c57021

Color #C57021 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C57021

Tints of Ochre #C57021

Color information

#C57021 (or 0xC57021) is unknown color: approx Ochre. HEX triplet: C5, 70 and 21. RGB value is (197,112,33). Sum of RGB (Red+Green+Blue) = 197+112+33=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C57021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57021 is #3A8FDE. Grayscale: #808080. Windows color (decimal): -3837919 or 2191557. OLE color: 2191557.

HSL color Cylindrical-coordinate representation of color #C57021: hue angle of 28.9º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C57021 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB19711233-
CMYK00.430.830.23
HSL28.9º71.3%45.1%-
HSV(B)28.9º83.25%77.25%-
XYZ29.0923.574.45-
YUV128.4174.16176.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.60%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 33 (13.28% from 255) = 9.65%
R=57.60%
G=32.75%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971123300.430.830.2328.971.345.1
HexC5702102B53171d472d
Octal30516041053123273510755
Binary1100010111100001000010101011101001110111111011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c57021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c57021; }

 p { color: rgb(197,112,33); }

 H1.HeaderClassName
 {
   color: #c57021;
 }
 .AnyTagClassName
 {
   color: #c57021;
 }
</style>
background-color css

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

 a { background-color: rgb(197,112,33); }

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

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

 span { border-color: rgb(197,112,33); }

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