Html Css Color HEX #564845 Woody Brown

📋 copy color: '#564845'

red 86 ◦ green 72 ◦ blue 69

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

Shades of Woody Brown #564845

Tints of Woody Brown #564845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.72%

 BLUE value IS 69 (27.34% from 255) = 30.4%

R = 37.89%
G = 31.72%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#564845 (or 0x564845) is known color: Woody Brown. HEX triplet: 56, 48 and 45. RGB value is (86,72,69). Sum of RGB (Red+Green+Blue) = 86+72+69=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 86 - color contains mainly: red. Hex color #564845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564845 is #A9B7BA. Grayscale: #4B4B4B. Windows color (decimal): -11122619 or 4540502. OLE color: 4540502.

HSL color Cylindrical-coordinate representation of color #564845: hue angle of 10.59º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #564845 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 72 69 -
CMYK 0 0.16 0.20 0.66
HSL 10.59º 0.11% 0.3% -
HSV(B) 10.59º 0.2% 0.34% -
XYZ 7.23 7.04 6.61 -
YUV 75.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 86 72 69 0 0.16 0.20 0.66 10.59 0.11 0.3
Hex 56 48 45 0 10 14 42 B B 1E
Octal 126 110 105 0 20 24 102 13 13 36
Binary 1010110 1001000 1000101 0 10000 10100 1000010 1011 1011 11110

Color Harmonies of #564845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564845

Black with #564845

Text Example


Text Example

White with #564845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564845; }

 p { color: rgb(86,72,69); }

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

background-color css

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

 a { background-color: rgb(86,72,69); }

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

border-color css

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

 span { border-color: rgb(86,72,69); }

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