#574121

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

Shades of Deep Bronze #574121

Tints of Deep Bronze #574121

Color information

#574121 (or 0x574121) is unknown color: approx Deep Bronze. HEX triplet: 57, 41 and 21. RGB value is (87,65,33). Sum of RGB (Red+Green+Blue) = 87+65+33=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #574121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574121 is #A8BEDE. Grayscale: #444444. Windows color (decimal): -11058911 or 2179415. OLE color: 2179415.

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

Color convert

RGB876533-
CMYK00.250.620.66
HSL35.56º45%23.53%-
HSV(B)35.56º62.07%34.12%-
XYZ6.15.922.26-
YUV67.93108.29141.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.03%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 33 (13.28% from 255) = 17.84%
R=47.03%
G=35.14%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87653300.250.620.6635.564523.53
Hex5741210193E42242d18
Octal1271014103176102445530
Binary10101111000001100001011001111110100001010010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574121; }

 p { color: rgb(87,65,33); }

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

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

 a { background-color: rgb(87,65,33); }

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

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

 span { border-color: rgb(87,65,33); }

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