#575027

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

Shades of Bronze Olive #575027

Tints of Bronze Olive #575027

Color information

#575027 (or 0x575027) is unknown color: approx Bronze Olive. HEX triplet: 57, 50 and 27. RGB value is (87,80,39). Sum of RGB (Red+Green+Blue) = 87+80+39=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #575027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575027 is #A8AFD8. Grayscale: #4D4D4D. Windows color (decimal): -11055065 or 2576471. OLE color: 2576471.

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

Color convert

RGB878039-
CMYK00.080.550.66
HSL51.25º38.1%24.71%-
HSV(B)51.25º55.17%34.12%-
XYZ7.177.913.07-
YUV77.42106.32134.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=42.23%
G=38.83%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87803900.080.550.6651.2538.124.71
Hex575027083742332619
Octal1271204701067102634631
Binary1010111101000010011101000110111100001011001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575027; }

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

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

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

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

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

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

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

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