#574532

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

Shades of Deep Bronze #574532

Tints of Deep Bronze #574532

Color information

#574532 (or 0x574532) is unknown color: approx Deep Bronze. HEX triplet: 57, 45 and 32. RGB value is (87,69,50). Sum of RGB (Red+Green+Blue) = 87+69+50=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #574532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574532 is #A8BACD. Grayscale: #484848. Windows color (decimal): -11057870 or 3294551. OLE color: 3294551.

HSL color Cylindrical-coordinate representation of color #574532: hue angle of 30.81º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #574532 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB876950-
CMYK00.210.430.66
HSL30.81º27.01%26.86%-
HSV(B)30.81º42.53%34.12%-
XYZ6.636.513.93-
YUV72.22115.46138.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 50 (19.92% from 255) = 24.27%
R=42.23%
G=33.50%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87695000.210.430.6630.8127.0126.86
Hex5745320152B421f1b1b
Octal1271056202553102373333
Binary101011110001011100100101011010111000010111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574532; }

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

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

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

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

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

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

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

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