#574C28

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

Shades of Bronze Olive #574C28

Tints of Bronze Olive #574C28

Color information

#574C28 (or 0x574C28) is unknown color: approx Bronze Olive. HEX triplet: 57, 4C and 28. RGB value is (87,76,40). Sum of RGB (Red+Green+Blue) = 87+76+40=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #574C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C28 is #A8B3D7. Grayscale: #4B4B4B. Windows color (decimal): -11056088 or 2640983. OLE color: 2640983.

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

Color convert

RGB877640-
CMYK00.130.540.66
HSL45.96º37.01%24.9%-
HSV(B)45.96º54.02%34.12%-
XYZ6.97.353.06-
YUV75.18108.14136.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.86%
GREEN value IS 76 (30.08% from 255) = 37.44%
BLUE value IS 40 (16.02% from 255) = 19.70%
R=42.86%
G=37.44%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87764000.130.540.6645.9637.0124.9
Hex574C280D36422e2519
Octal1271145001566102564531
Binary1010111100110010100001101110110100001010111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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