#574D24

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

Shades of Bronze Olive #574D24

Tints of Bronze Olive #574D24

Color information

#574D24 (or 0x574D24) is unknown color: approx Bronze Olive. HEX triplet: 57, 4D and 24. RGB value is (87,77,36). Sum of RGB (Red+Green+Blue) = 87+77+36=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #574D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D24 is #A8B2DB. Grayscale: #4B4B4B. Windows color (decimal): -11055836 or 2379095. OLE color: 2379095.

HSL color Cylindrical-coordinate representation of color #574D24: hue angle of 48.24º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #574D24 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB877736-
CMYK00.110.590.66
HSL48.24º41.46%24.12%-
HSV(B)48.24º58.62%34.12%-
XYZ6.97.462.75-
YUV75.32105.81136.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.5%
GREEN value IS 77 (30.47% from 255) = 38.5%
BLUE value IS 36 (14.45% from 255) = 18%
R=43.5%
G=38.5%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87773600.110.590.6648.2441.4624.12
Hex574D240B3B42302918
Octal1271154401373102605130
Binary1010111100110110010001011111011100001011000010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574D24; }

 p { color: rgb(87,77,36); }

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

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

 a { background-color: rgb(87,77,36); }

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

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

 span { border-color: rgb(87,77,36); }

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