#574524

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

Shades of Bronze Olive #574524

Tints of Bronze Olive #574524

Color information

#574524 (or 0x574524) is unknown color: approx Bronze Olive. HEX triplet: 57, 45 and 24. RGB value is (87,69,36). Sum of RGB (Red+Green+Blue) = 87+69+36=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #574524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574524 is #A8BADB. Grayscale: #464646. Windows color (decimal): -11057884 or 2377047. OLE color: 2377047.

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

Color convert

RGB876936-
CMYK00.210.590.66
HSL38.82º41.46%24.12%-
HSV(B)38.82º58.62%34.12%-
XYZ6.386.412.57-
YUV70.62108.46139.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.31%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 36 (14.45% from 255) = 18.75%
R=45.31%
G=35.94%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87693600.210.590.6638.8241.4624.12
Hex5745240153B42272918
Octal1271054402573102475130
Binary10101111000101100100010101111011100001010011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574524; }

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

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

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

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

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

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

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

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