#585208

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

Shades of Bronze Olive #585208

Tints of Bronze Olive #585208

Color information

#585208 (or 0x585208) is unknown color: approx Bronze Olive. HEX triplet: 58, 52 and 08. RGB value is (88,82,8). Sum of RGB (Red+Green+Blue) = 88+82+8=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #585208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585208 is #A7ADF7. Grayscale: #4B4B4B. Windows color (decimal): -10989048 or 545368. OLE color: 545368.

HSL color Cylindrical-coordinate representation of color #585208: hue angle of 55.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #585208 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB88828-
CMYK00.070.910.65
HSL55.5º83.33%18.82%-
HSV(B)55.5º90.91%34.51%-
XYZ7.098.131.42-
YUV75.3689.99137.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.44%
GREEN value IS 82 (32.42% from 255) = 46.07%
BLUE value IS 8 (3.52% from 255) = 4.49%
R=49.44%
G=46.07%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8882800.070.910.6555.583.3318.82
Hex58528075B41385313
Octal13012210071331017012323
Binary101100010100101000011110110111000001111000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585208; }

 p { color: rgb(88,82,8); }

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

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

 a { background-color: rgb(88,82,8); }

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

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

 span { border-color: rgb(88,82,8); }

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