#574B24

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

Shades of Bronze Olive #574B24

Tints of Bronze Olive #574B24

Color information

#574B24 (or 0x574B24) is unknown color: approx Bronze Olive. HEX triplet: 57, 4B and 24. RGB value is (87,75,36). Sum of RGB (Red+Green+Blue) = 87+75+36=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #574B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B24 is #A8B4DB. Grayscale: #4A4A4A. Windows color (decimal): -11056348 or 2378583. OLE color: 2378583.

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

Color convert

RGB877536-
CMYK00.140.590.66
HSL45.88º41.46%24.12%-
HSV(B)45.88º58.62%34.12%-
XYZ6.767.192.7-
YUV74.14106.48137.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 75 (29.69% from 255) = 37.88%
BLUE value IS 36 (14.45% from 255) = 18.18%
R=43.94%
G=37.88%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87753600.140.590.6645.8841.4624.12
Hex574B240E3B422e2918
Octal1271134401673102565130
Binary1010111100101110010001110111011100001010111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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