#585223

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

Shades of Bronze Olive #585223

Tints of Bronze Olive #585223

Color information

#585223 (or 0x585223) is unknown color: approx Bronze Olive. HEX triplet: 58, 52 and 23. RGB value is (88,82,35). Sum of RGB (Red+Green+Blue) = 88+82+35=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #585223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585223 is #A7ADDC. Grayscale: #4E4E4E. Windows color (decimal): -10989021 or 2314840. OLE color: 2314840.

HSL color Cylindrical-coordinate representation of color #585223: hue angle of 53.21º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #585223 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB888235-
CMYK00.070.600.65
HSL53.21º43.09%24.12%-
HSV(B)53.21º60.23%34.51%-
XYZ7.358.232.79-
YUV78.44103.49134.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.93%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 35 (14.06% from 255) = 17.07%
R=42.93%
G=40%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88823500.070.600.6553.2143.0924.12
Hex585223073C41352b18
Octal130122430774101655330
Binary101100010100101000110111111100100000111010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585223; }

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

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

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

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

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

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

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

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