#c56f27

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

Shades of Ochre #C56F27

Tints of Ochre #C56F27

Color information

#C56F27 (or 0xC56F27) is unknown color: approx Ochre. HEX triplet: C5, 6F and 27. RGB value is (197,111,39). Sum of RGB (Red+Green+Blue) = 197+111+39=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56F27 is #3A90D8. Grayscale: #808080. Windows color (decimal): -3838169 or 2584517. OLE color: 2584517.

HSL color Cylindrical-coordinate representation of color #C56F27: hue angle of 27.34º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C56F27 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB19711139-
CMYK00.440.800.23
HSL27.34º66.95%46.27%-
HSV(B)27.34º80.2%77.25%-
XYZ29.0823.394.9-
YUV128.5177.49176.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.77%
GREEN value IS 111 (43.75% from 255) = 31.99%
BLUE value IS 39 (15.62% from 255) = 11.24%
R=56.77%
G=31.99%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971113900.440.800.2327.3466.9546.27
HexC56F2702C50171b432e
Octal30515747054120273310356
Binary1100010111011111001110101100101000010111110111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c56f27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c56f27; }

 p { color: rgb(197,111,39); }

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

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

 a { background-color: rgb(197,111,39); }

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

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

 span { border-color: rgb(197,111,39); }

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