#574720

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

Shades of Bronze Olive #574720

Tints of Bronze Olive #574720

Color information

#574720 (or 0x574720) is unknown color: approx Bronze Olive. HEX triplet: 57, 47 and 20. RGB value is (87,71,32). Sum of RGB (Red+Green+Blue) = 87+71+32=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #574720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574720 is #A8B8DF. Grayscale: #474747. Windows color (decimal): -11057376 or 2115415. OLE color: 2115415.

HSL color Cylindrical-coordinate representation of color #574720: hue angle of 42.55º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #574720 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB877132-
CMYK00.180.630.66
HSL42.55º46.22%23.33%-
HSV(B)42.55º63.22%34.12%-
XYZ6.446.642.31-
YUV71.34105.8139.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.79%
GREEN value IS 71 (28.12% from 255) = 37.37%
BLUE value IS 32 (12.89% from 255) = 16.84%
R=45.79%
G=37.37%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87713200.180.630.6642.5546.2223.33
Hex5747200123F422b2e17
Octal1271074002277102535627
Binary10101111000111100000010010111111100001010101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574720; }

 p { color: rgb(87,71,32); }

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

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

 a { background-color: rgb(87,71,32); }

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

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

 span { border-color: rgb(87,71,32); }

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