#574229

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

Shades of Deep Bronze #574229

Tints of Deep Bronze #574229

Color information

#574229 (or 0x574229) is unknown color: approx Deep Bronze. HEX triplet: 57, 42 and 29. RGB value is (87,66,41). Sum of RGB (Red+Green+Blue) = 87+66+41=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #574229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574229 is #A8BDD6. Grayscale: #454545. Windows color (decimal): -11058647 or 2703959. OLE color: 2703959.

HSL color Cylindrical-coordinate representation of color #574229: hue angle of 32.61º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #574229 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB876641-
CMYK00.240.530.66
HSL32.61º35.94%25.1%-
HSV(B)32.61º52.87%34.12%-
XYZ6.286.082.94-
YUV69.43111.96140.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 41 (16.41% from 255) = 21.13%
R=44.85%
G=34.02%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87664100.240.530.6632.6135.9425.1
Hex5742290183542212419
Octal1271025103065102414431
Binary10101111000010101001011000110101100001010000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574229; }

 p { color: rgb(87,66,41); }

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

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

 a { background-color: rgb(87,66,41); }

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

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

 span { border-color: rgb(87,66,41); }

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