#575225

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

Shades of Bronze Olive #575225

Tints of Bronze Olive #575225

Color information

#575225 (or 0x575225) is unknown color: approx Bronze Olive. HEX triplet: 57, 52 and 25. RGB value is (87,82,37). Sum of RGB (Red+Green+Blue) = 87+82+37=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #575225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575225 is #A8ADDA. Grayscale: #4E4E4E. Windows color (decimal): -11054555 or 2445911. OLE color: 2445911.

HSL color Cylindrical-coordinate representation of color #575225: hue angle of 54º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #575225 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB878237-
CMYK00.060.570.66
HSL54º40.32%24.31%-
HSV(B)54º57.47%34.12%-
XYZ7.288.192.95-
YUV78.36104.66134.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 37 (14.84% from 255) = 17.96%
R=42.23%
G=39.81%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87823700.060.570.665440.3224.31
Hex575225063942362818
Octal127122450671102665030
Binary101011110100101001010110111001100001011011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575225; }

 p { color: rgb(87,82,37); }

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

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

 a { background-color: rgb(87,82,37); }

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

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

 span { border-color: rgb(87,82,37); }

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