#585226

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

Shades of Bronze Olive #585226

Tints of Bronze Olive #585226

Color information

#585226 (or 0x585226) is unknown color: approx Bronze Olive. HEX triplet: 58, 52 and 26. RGB value is (88,82,38). Sum of RGB (Red+Green+Blue) = 88+82+38=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 38 (15.23% from 255 or 18.27% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #585226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585226 is #A7ADD9. Grayscale: #4E4E4E. Windows color (decimal): -10989018 or 2511448. OLE color: 2511448.

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

Color convert

RGB888238-
CMYK00.070.570.65
HSL52.8º39.68%24.71%-
HSV(B)52.8º56.82%34.51%-
XYZ7.398.253.04-
YUV78.78104.99134.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.31%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 38 (15.23% from 255) = 18.27%
R=42.31%
G=39.42%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88823800.070.570.6552.839.6824.71
Hex585226073941352819
Octal130122460771101655031
Binary101100010100101001100111111001100000111010110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585226; }

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

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

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

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

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

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

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

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