#585730

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

Shades of Camouflage #585730

Tints of Camouflage #585730

Color information

#585730 (or 0x585730) is unknown color: approx Camouflage. HEX triplet: 58, 57 and 30. RGB value is (88,87,48). Sum of RGB (Red+Green+Blue) = 88+87+48=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 88 - color contains mainly: red. Hex color #585730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585730 is #A7A8CF. Grayscale: #535353. Windows color (decimal): -10987728 or 3168088. OLE color: 3168088.

HSL color Cylindrical-coordinate representation of color #585730: hue angle of 58.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #585730 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB888748-
CMYK00.010.450.65
HSL58.5º29.41%26.67%-
HSV(B)58.5º45.45%34.51%-
XYZ7.979.14.13-
YUV82.85108.33131.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.46%
GREEN value IS 87 (34.38% from 255) = 39.01%
BLUE value IS 48 (19.14% from 255) = 21.52%
R=39.46%
G=39.01%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88874800.010.450.6558.529.4126.67
Hex585730012D413a1d1b
Octal130127600155101723533
Binary101100010101111100000110110110000011110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585730; }

 p { color: rgb(88,87,48); }

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

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

 a { background-color: rgb(88,87,48); }

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

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

 span { border-color: rgb(88,87,48); }

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