Html Css Color HEX #564D31 Thatch Green

📋 copy color: '#564D31'

red 86 ◦ green 77 ◦ blue 49

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

Shades of Thatch Green #564D31

Tints of Thatch Green #564D31

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.32%

 BLUE value IS 49 (19.53% from 255) = 23.11%

R = 40.57%
G = 36.32%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#564D31 (or 0x564D31) is known color: Thatch Green. HEX triplet: 56, 4D and 31. RGB value is (86,77,49). Sum of RGB (Red+Green+Blue) = 86+77+49=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #564D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D31 is #A9B2CE. Grayscale: #4C4C4C. Windows color (decimal): -11121359 or 3231062. OLE color: 3231062.

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

Color convert

RGB 86 77 49 -
CMYK 0 0.10 0.43 0.66
HSL 45.41º 0.27% 0.26% -
HSV(B) 45.41º 0.43% 0.34% -
XYZ 7.05 7.51 3.98 -
YUV 76.5 112.48 134.78 -
System Red Green Blue C M Y K H S L
Decimal 86 77 49 0 0.10 0.43 0.66 45.41 0.27 0.26
Hex 56 4D 31 0 A 2B 42 2D 1B 1A
Octal 126 115 61 0 12 53 102 55 33 32
Binary 1010110 1001101 110001 0 1010 101011 1000010 101101 11011 11010

Color Harmonies of #564D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D31

Black with #564D31

Text Example


Text Example

White with #564D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564D31; }

 p { color: rgb(86,77,49); }

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

background-color css

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

 a { background-color: rgb(86,77,49); }

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

border-color css

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

 span { border-color: rgb(86,77,49); }

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