#585227

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

Shades of Bronze Olive #585227

Tints of Bronze Olive #585227

Color information

#585227 (or 0x585227) is unknown color: approx Bronze Olive. HEX triplet: 58, 52 and 27. RGB value is (88,82,39). Sum of RGB (Red+Green+Blue) = 88+82+39=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 88 - color contains mainly: red. Hex color #585227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585227 is #A7ADD8. Grayscale: #4F4F4F. Windows color (decimal): -10989017 or 2576984. OLE color: 2576984.

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

Color convert

RGB888239-
CMYK00.070.560.65
HSL52.65º38.58%24.9%-
HSV(B)52.65º55.68%34.51%-
XYZ7.418.263.12-
YUV78.89105.49134.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.11%
GREEN value IS 82 (32.42% from 255) = 39.23%
BLUE value IS 39 (15.62% from 255) = 18.66%
R=42.11%
G=39.23%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88823900.070.560.6552.6538.5824.9
Hex585227073841352719
Octal130122470770101654731
Binary101100010100101001110111111000100000111010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585227; }

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

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

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

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

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

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

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

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