#574731

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

Shades of Deep Bronze #574731

Tints of Deep Bronze #574731

Color information

#574731 (or 0x574731) is unknown color: approx Deep Bronze. HEX triplet: 57, 47 and 31. RGB value is (87,71,49). Sum of RGB (Red+Green+Blue) = 87+71+49=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 87 - color contains mainly: red. Hex color #574731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574731 is #A8B8CE. Grayscale: #494949. Windows color (decimal): -11057359 or 3229527. OLE color: 3229527.

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

Color convert

RGB877149-
CMYK00.180.440.66
HSL34.74º27.94%26.67%-
HSV(B)34.74º43.68%34.12%-
XYZ6.746.753.85-
YUV73.28114.3137.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.03%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 49 (19.53% from 255) = 23.67%
R=42.03%
G=34.30%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87714900.180.440.6634.7427.9426.67
Hex5747310122C42231c1b
Octal1271076102254102433433
Binary1010111100011111000101001010110010000101000111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574731; }

 p { color: rgb(87,71,49); }

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

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

 a { background-color: rgb(87,71,49); }

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

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

 span { border-color: rgb(87,71,49); }

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