#574A24

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

Shades of Bronze Olive #574A24

Tints of Bronze Olive #574A24

Color information

#574A24 (or 0x574A24) is unknown color: approx Bronze Olive. HEX triplet: 57, 4A and 24. RGB value is (87,74,36). Sum of RGB (Red+Green+Blue) = 87+74+36=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #574A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A24 is #A8B5DB. Grayscale: #494949. Windows color (decimal): -11056604 or 2378327. OLE color: 2378327.

HSL color Cylindrical-coordinate representation of color #574A24: hue angle of 44.71º 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 #574A24 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB877436-
CMYK00.150.590.66
HSL44.71º41.46%24.12%-
HSV(B)44.71º58.62%34.12%-
XYZ6.77.052.68-
YUV73.55106.81137.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 74 (29.30% from 255) = 37.56%
BLUE value IS 36 (14.45% from 255) = 18.27%
R=44.16%
G=37.56%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87743600.150.590.6644.7141.4624.12
Hex574A240F3B422d2918
Octal1271124401773102555130
Binary1010111100101010010001111111011100001010110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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