#574021

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

Shades of Deep Bronze #574021

Tints of Deep Bronze #574021

Color information

#574021 (or 0x574021) is unknown color: approx Deep Bronze. HEX triplet: 57, 40 and 21. RGB value is (87,64,33). Sum of RGB (Red+Green+Blue) = 87+64+33=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #574021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574021 is #A8BFDE. Grayscale: #434343. Windows color (decimal): -11059167 or 2179159. OLE color: 2179159.

HSL color Cylindrical-coordinate representation of color #574021: hue angle of 34.44º 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 #574021 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB876433-
CMYK00.260.620.66
HSL34.44º45%23.53%-
HSV(B)34.44º62.07%34.12%-
XYZ6.045.82.24-
YUV67.34108.62142.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.28%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 33 (13.28% from 255) = 17.93%
R=47.28%
G=34.78%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87643300.260.620.6634.444523.53
Hex57402101A3E42222d18
Octal1271004103276102425530
Binary10101111000000100001011010111110100001010001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574021; }

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

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

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

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

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

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

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

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