#56845F

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

Shades of Como #56845F

Tints of Como #56845F

Color information

#56845F (or 0x56845F) is unknown color: approx Como. HEX triplet: 56, 84 and 5F. RGB value is (86,132,95). Sum of RGB (Red+Green+Blue) = 86+132+95=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #56845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56845F is #A97BA0. Grayscale: #727272. Windows color (decimal): -11107233 or 6259798. OLE color: 6259798.

HSL color Cylindrical-coordinate representation of color #56845F: hue angle of 131.74º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56845F is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB8613295-
CMYK0.3500.280.48
HSL131.74º21.1%42.75%-
HSV(B)131.74º34.85%51.76%-
XYZ14.1519.3113.81-
YUV114.03117.26108.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 132 (51.95% from 255) = 42.17%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=27.48%
G=42.17%
B=30.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86132950.3500.280.48131.7421.142.75
Hex56845F2301C3084152b
Octal12620413743034602042553
Binary10101101000010010111111000110111001100001000010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56845F; }

 p { color: rgb(86,132,95); }

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

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

 a { background-color: rgb(86,132,95); }

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

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

 span { border-color: rgb(86,132,95); }

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