#C56E26

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

Shades of Ochre #C56E26

Tints of Ochre #C56E26

Color information

#C56E26 (or 0xC56E26) is unknown color: approx Ochre. HEX triplet: C5, 6E and 26. RGB value is (197,110,38). Sum of RGB (Red+Green+Blue) = 197+110+38=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56E26 is #3A91D9. Grayscale: #808080. Windows color (decimal): -3838426 or 2518725. OLE color: 2518725.

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

Color convert

RGB19711038-
CMYK00.440.810.23
HSL27.17º67.66%46.08%-
HSV(B)27.17º80.71%77.25%-
XYZ28.9523.164.78-
YUV127.877.32177.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.10%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 38 (15.23% from 255) = 11.01%
R=57.10%
G=31.88%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971103800.440.810.2327.1767.6646.08
HexC56E2602C51171b442e
Octal30515646054121273310456
Binary1100010111011101001100101100101000110111110111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56E26; }

 p { color: rgb(197,110,38); }

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

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

 a { background-color: rgb(197,110,38); }

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

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

 span { border-color: rgb(197,110,38); }

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