#58845F

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

Shades of Como #58845F

Tints of Como #58845F

Color information

#58845F (or 0x58845F) is unknown color: approx Como. HEX triplet: 58, 84 and 5F. RGB value is (88,132,95). Sum of RGB (Red+Green+Blue) = 88+132+95=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #58845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58845F is #A77BA0. Grayscale: #727272. Windows color (decimal): -10976161 or 6259800. OLE color: 6259800.

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

Color convert

RGB8813295-
CMYK0.3300.280.48
HSL129.55º20%43.14%-
HSV(B)129.55º33.33%51.76%-
XYZ14.3419.413.82-
YUV114.63116.92109.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 132 (51.95% from 255) = 41.90%
BLUE value IS 95 (37.5% from 255) = 30.16%
R=27.94%
G=41.90%
B=30.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88132950.3300.280.48129.552043.14
Hex58845F2101C3082142b
Octal13020413741034602022453
Binary10110001000010010111111000010111001100001000001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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