#574032

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

Shades of Very Dark Brown #574032

Tints of Very Dark Brown #574032

Color information

#574032 (or 0x574032) is unknown color: approx Very Dark Brown. HEX triplet: 57, 40 and 32. RGB value is (87,64,50). Sum of RGB (Red+Green+Blue) = 87+64+50=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #574032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574032 is #A8BFCD. Grayscale: #454545. Windows color (decimal): -11059150 or 3293271. OLE color: 3293271.

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

Color convert

RGB876450-
CMYK00.260.430.66
HSL22.7º27.01%26.86%-
HSV(B)22.7º42.53%34.12%-
XYZ6.345.923.83-
YUV69.28117.12140.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=43.28%
G=31.84%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87645000.260.430.6622.727.0126.86
Hex57403201A2B42171b1b
Octal1271006203253102273333
Binary101011110000001100100110101010111000010101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574032; }

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

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

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

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

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

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

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

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