#574034

Color #574034 Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #574034

Tints of Very Dark Brown #574034

Color information

#574034 (or 0x574034) is unknown color: approx Very Dark Brown. HEX triplet: 57, 40 and 34. RGB value is (87,64,52). Sum of RGB (Red+Green+Blue) = 87+64+52=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #574034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574034 is #A8BFCB. Grayscale: #454545. Windows color (decimal): -11059148 or 3424343. OLE color: 3424343.

HSL color Cylindrical-coordinate representation of color #574034: hue angle of 20.57º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #574034 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB876452-
CMYK00.260.400.66
HSL20.57º25.18%27.25%-
HSV(B)20.57º40.23%34.12%-
XYZ6.385.944.06-
YUV69.51118.12140.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.86%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 52 (20.70% from 255) = 25.62%
R=42.86%
G=31.53%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87645200.260.400.6620.5725.1827.25
Hex57403401A284215191b
Octal1271006403250102253133
Binary101011110000001101000110101010001000010101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574034; }

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

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

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

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

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

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

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

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