Html Css Color HEX #564948 Woody Brown

📋 copy color: '#564948'

red 86 ◦ green 73 ◦ blue 72

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

Shades of Woody Brown #564948

Tints of Woody Brown #564948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.6%

 BLUE value IS 72 (28.52% from 255) = 31.17%

R = 37.23%
G = 31.6%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#564948 (or 0x564948) is known color: Woody Brown. HEX triplet: 56, 49 and 48. RGB value is (86,73,72). Sum of RGB (Red+Green+Blue) = 86+73+72=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 86 - color contains mainly: red. Hex color #564948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564948 is #A9B6B7. Grayscale: #4C4C4C. Windows color (decimal): -11122360 or 4737366. OLE color: 4737366.

HSL color Cylindrical-coordinate representation of color #564948: hue angle of 4.29º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #564948 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 73 72 -
CMYK 0 0.15 0.16 0.66
HSL 4.29º 0.09% 0.31% -
HSV(B) 4.29º 0.16% 0.34% -
XYZ 7.39 7.21 7.13 -
YUV 76.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 86 73 72 0 0.15 0.16 0.66 4.29 0.09 0.31
Hex 56 49 48 0 F 10 42 4 9 1F
Octal 126 111 110 0 17 20 102 4 11 37
Binary 1010110 1001001 1001000 0 1111 10000 1000010 100 1001 11111

Color Harmonies of #564948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564948

Black with #564948

Text Example


Text Example

White with #564948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564948; }

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

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

background-color css

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

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

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

border-color css

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

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

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