Html Css Color HEX #564035 Very Dark Brown

📋 copy color: '#564035'

red 86 ◦ green 64 ◦ blue 53

#564035
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Very Dark Brown #564035

Tints of Very Dark Brown #564035

RGB

 RED value IS 86 (33.98% from 255) = 42.36%

 GREEN value IS 64 (25.39% from 255) = 31.53%

 BLUE value IS 53 (21.09% from 255) = 26.11%

R = 42.36%
G = 31.53%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#564035 (or 0x564035) is known color: Very Dark Brown. HEX triplet: 56, 40 and 35. RGB value is (86,64,53). Sum of RGB (Red+Green+Blue) = 86+64+53=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #564035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564035 is #A9BFCA. Grayscale: #454545. Windows color (decimal): -11124683 or 3489878. OLE color: 3489878.

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

Color convert

RGB 86 64 53 -
CMYK 0 0.26 0.38 0.66
HSL 20º 0.24% 0.27% -
HSV(B) 20º 0.38% 0.34% -
XYZ 6.31 5.9 4.17 -
YUV 69.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 86 64 53 0 0.26 0.38 0.66 20 0.24 0.27
Hex 56 40 35 0 1A 26 42 14 18 1B
Octal 126 100 65 0 32 46 102 24 30 33
Binary 1010110 1000000 110101 0 11010 100110 1000010 10100 11000 11011

Color Harmonies of #564035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564035

Black with #564035

Text Example


Text Example

White with #564035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564035; }

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

 H1.HeaderClassName
 {
   color: #564035;
 }
 .AnyTagClassName
 {
   color: #564035;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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