#585120

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

Shades of Bronze Olive #585120

Tints of Bronze Olive #585120

Color information

#585120 (or 0x585120) is unknown color: approx Bronze Olive. HEX triplet: 58, 51 and 20. RGB value is (88,81,32). Sum of RGB (Red+Green+Blue) = 88+81+32=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #585120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585120 is #A7AEDF. Grayscale: #4D4D4D. Windows color (decimal): -10989280 or 2117976. OLE color: 2117976.

HSL color Cylindrical-coordinate representation of color #585120: hue angle of 52.5º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #585120 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB888132-
CMYK00.080.640.65
HSL52.5º46.67%23.53%-
HSV(B)52.5º63.64%34.51%-
XYZ7.238.062.54-
YUV77.51102.32135.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.78%
GREEN value IS 81 (32.03% from 255) = 40.30%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=43.78%
G=40.30%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88813200.080.640.6552.546.6723.53
Hex585120084041342f18
Octal13012140010100101645730
Binary10110001010001100000010001000000100000111010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585120; }

 p { color: rgb(88,81,32); }

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

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

 a { background-color: rgb(88,81,32); }

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

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

 span { border-color: rgb(88,81,32); }

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