#574B28

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

Shades of Bronze Olive #574B28

Tints of Bronze Olive #574B28

Color information

#574B28 (or 0x574B28) is unknown color: approx Bronze Olive. HEX triplet: 57, 4B and 28. RGB value is (87,75,40). Sum of RGB (Red+Green+Blue) = 87+75+40=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #574B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B28 is #A8B4D7. Grayscale: #4A4A4A. Windows color (decimal): -11056344 or 2640727. OLE color: 2640727.

HSL color Cylindrical-coordinate representation of color #574B28: hue angle of 44.68º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #574B28 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB877540-
CMYK00.140.540.66
HSL44.68º37.01%24.9%-
HSV(B)44.68º54.02%34.12%-
XYZ6.837.213.04-
YUV74.6108.48136.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.07%
GREEN value IS 75 (29.69% from 255) = 37.13%
BLUE value IS 40 (16.02% from 255) = 19.80%
R=43.07%
G=37.13%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87754000.140.540.6644.6837.0124.9
Hex574B280E36422d2519
Octal1271135001666102554531
Binary1010111100101110100001110110110100001010110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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