Html Css Color HEX #564F31 Thatch Green

📋 copy color: '#564F31'

red 86 ◦ green 79 ◦ blue 49

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

Shades of Thatch Green #564F31

Tints of Thatch Green #564F31

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.92%

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

R = 40.19%
G = 36.92%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#564F31 (or 0x564F31) is known color: Thatch Green. HEX triplet: 56, 4F and 31. RGB value is (86,79,49). Sum of RGB (Red+Green+Blue) = 86+79+49=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #564F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564F31 is #A9B0CE. Grayscale: #4D4D4D. Windows color (decimal): -11120847 or 3231574. OLE color: 3231574.

HSL color Cylindrical-coordinate representation of color #564F31: hue angle of 48.65º 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 #564F31 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 79 49 -
CMYK 0 0.08 0.43 0.66
HSL 48.65º 0.27% 0.26% -
HSV(B) 48.65º 0.43% 0.34% -
XYZ 7.19 7.79 4.03 -
YUV 77.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 86 79 49 0 0.08 0.43 0.66 48.65 0.27 0.26
Hex 56 4F 31 0 8 2B 42 31 1B 1A
Octal 126 117 61 0 10 53 102 61 33 32
Binary 1010110 1001111 110001 0 1000 101011 1000010 110001 11011 11010

Color Harmonies of #564F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564F31

Black with #564F31

Text Example


Text Example

White with #564F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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