#585028

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

Shades of Bronze Olive #585028

Tints of Bronze Olive #585028

Color information

#585028 (or 0x585028) is unknown color: approx Bronze Olive. HEX triplet: 58, 50 and 28. RGB value is (88,80,40). Sum of RGB (Red+Green+Blue) = 88+80+40=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #585028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585028 is #A7AFD7. Grayscale: #4E4E4E. Windows color (decimal): -10989528 or 2642008. OLE color: 2642008.

HSL color Cylindrical-coordinate representation of color #585028: hue angle of 50º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #585028 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB888040-
CMYK00.090.550.65
HSL50º37.5%25.1%-
HSV(B)50º54.55%34.51%-
XYZ7.287.973.16-
YUV77.83106.65135.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.31%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 40 (16.02% from 255) = 19.23%
R=42.31%
G=38.46%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88804000.090.550.655037.525.1
Hex585028093741322619
Octal1301205001167101624631
Binary1011000101000010100001001110111100000111001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585028; }

 p { color: rgb(88,80,40); }

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

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

 a { background-color: rgb(88,80,40); }

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

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

 span { border-color: rgb(88,80,40); }

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