#575026

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

Shades of Bronze Olive #575026

Tints of Bronze Olive #575026

Color information

#575026 (or 0x575026) is unknown color: approx Bronze Olive. HEX triplet: 57, 50 and 26. RGB value is (87,80,38). Sum of RGB (Red+Green+Blue) = 87+80+38=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #575026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575026 is #A8AFD9. Grayscale: #4D4D4D. Windows color (decimal): -11055066 or 2510935. OLE color: 2510935.

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

Color convert

RGB878038-
CMYK00.080.560.66
HSL51.43º39.2%24.51%-
HSV(B)51.43º56.32%34.12%-
XYZ7.157.92.98-
YUV77.3105.82134.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=42.44%
G=39.02%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87803800.080.560.6651.4339.224.51
Hex575026083842332719
Octal1271204601070102634731
Binary1010111101000010011001000111000100001011001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575026; }

 p { color: rgb(87,80,38); }

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

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

 a { background-color: rgb(87,80,38); }

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

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

 span { border-color: rgb(87,80,38); }

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