#575223

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

Shades of Bronze Olive #575223

Tints of Bronze Olive #575223

Color information

#575223 (or 0x575223) is unknown color: approx Bronze Olive. HEX triplet: 57, 52 and 23. RGB value is (87,82,35). Sum of RGB (Red+Green+Blue) = 87+82+35=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #575223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575223 is #A8ADDC. Grayscale: #4E4E4E. Windows color (decimal): -11054557 or 2314839. OLE color: 2314839.

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

Color convert

RGB878235-
CMYK00.060.600.66
HSL54.23º42.62%23.92%-
HSV(B)54.23º59.77%34.12%-
XYZ7.258.182.79-
YUV78.14103.66134.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.65%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 35 (14.06% from 255) = 17.16%
R=42.65%
G=40.20%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87823500.060.600.6654.2342.6223.92
Hex575223063C42362b18
Octal127122430674102665330
Binary101011110100101000110110111100100001011011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575223; }

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

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

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

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

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

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

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

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