#564033

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

Shades of Very Dark Brown #564033

Tints of Very Dark Brown #564033

Color information

#564033 (or 0x564033) is unknown color: approx Very Dark Brown. HEX triplet: 56, 40 and 33. RGB value is (86,64,51). Sum of RGB (Red+Green+Blue) = 86+64+51=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #564033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564033 is #A9BFCC. Grayscale: #454545. Windows color (decimal): -11124685 or 3358806. OLE color: 3358806.

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

Color convert

RGB866451-
CMYK00.260.410.66
HSL22.29º25.55%26.86%-
HSV(B)22.29º40.7%33.73%-
XYZ6.275.883.94-
YUV69.1117.79140.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.79%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 51 (20.31% from 255) = 25.37%
R=42.79%
G=31.84%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86645100.260.410.6622.2925.5526.86
Hex56403301A2942161a1b
Octal1261006303251102263233
Binary101011010000001100110110101010011000010101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564033; }

 p { color: rgb(86,64,51); }

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

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

 a { background-color: rgb(86,64,51); }

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

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

 span { border-color: rgb(86,64,51); }

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