#574128

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

Shades of Deep Bronze #574128

Tints of Deep Bronze #574128

Color information

#574128 (or 0x574128) is unknown color: approx Deep Bronze. HEX triplet: 57, 41 and 28. RGB value is (87,65,40). Sum of RGB (Red+Green+Blue) = 87+65+40=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #574128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574128 is #A8BED7. Grayscale: #444444. Windows color (decimal): -11058904 or 2638167. OLE color: 2638167.

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

Color convert

RGB876540-
CMYK00.250.540.66
HSL31.91º37.01%24.9%-
HSV(B)31.91º54.02%34.12%-
XYZ6.25.962.83-
YUV68.73111.79141.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.31%
GREEN value IS 65 (25.78% from 255) = 33.85%
BLUE value IS 40 (16.02% from 255) = 20.83%
R=45.31%
G=33.85%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87654000.250.540.6631.9137.0124.9
Hex5741280193642202519
Octal1271015003166102404531
Binary10101111000001101000011001110110100001010000010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574128; }

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

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

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

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

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

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

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

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