#574431

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

Shades of Deep Bronze #574431

Tints of Deep Bronze #574431

Color information

#574431 (or 0x574431) is unknown color: approx Deep Bronze. HEX triplet: 57, 44 and 31. RGB value is (87,68,49). Sum of RGB (Red+Green+Blue) = 87+68+49=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #574431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574431 is #A8BBCE. Grayscale: #474747. Windows color (decimal): -11058127 or 3228759. OLE color: 3228759.

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

Color convert

RGB876849-
CMYK00.220.440.66
HSL30º27.94%26.67%-
HSV(B)30º43.68%34.12%-
XYZ6.556.383.79-
YUV71.52115.29139.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.65%
GREEN value IS 68 (26.95% from 255) = 33.33%
BLUE value IS 49 (19.53% from 255) = 24.02%
R=42.65%
G=33.33%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87684900.220.440.663027.9426.67
Hex5744310162C421e1c1b
Octal1271046102654102363433
Binary101011110001001100010101101011001000010111101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574431; }

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

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

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

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

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

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

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

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