Html Css Color HEX #564242 Woody Brown

📋 copy color: '#564242'

red 86 ◦ green 66 ◦ blue 66

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

Shades of Woody Brown #564242

Tints of Woody Brown #564242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.28%

 BLUE value IS 66 (26.17% from 255) = 30.28%

R = 39.45%
G = 30.28%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#564242 (or 0x564242) is known color: Woody Brown. HEX triplet: 56, 42 and 42. RGB value is (86,66,66). Sum of RGB (Red+Green+Blue) = 86+66+66=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 86 - color contains mainly: red. Hex color #564242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564242 is #A9BDBD. Grayscale: #484848. Windows color (decimal): -11124158 or 4342358. OLE color: 4342358.

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

Color convert

RGB 86 66 66 -
CMYK 0 0.23 0.23 0.66
HSL 0.13% 0.3% -
HSV(B) 0.23% 0.34% -
XYZ 6.77 6.27 6.01 -
YUV 71.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 86 66 66 0 0.23 0.23 0.66 0 0.13 0.3
Hex 56 42 42 0 17 17 42 0 D 1E
Octal 126 102 102 0 27 27 102 0 15 36
Binary 1010110 1000010 1000010 0 10111 10111 1000010 0 1101 11110

Color Harmonies of #564242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564242

Black with #564242

Text Example


Text Example

White with #564242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564242; }

 p { color: rgb(86,66,66); }

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

background-color css

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

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

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

border-color css

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

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

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