Html Css Color HEX #564742 Saddle

📋 copy color: '#564742'

red 86 ◦ green 71 ◦ blue 66

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

Shades of Saddle #564742

Tints of Saddle #564742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.84%

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

R = 38.57%
G = 31.84%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#564742 (or 0x564742) is known color: Saddle. HEX triplet: 56, 47 and 42. RGB value is (86,71,66). Sum of RGB (Red+Green+Blue) = 86+71+66=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 86 - color contains mainly: red. Hex color #564742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564742 is #A9B8BD. Grayscale: #4A4A4A. Windows color (decimal): -11122878 or 4343638. OLE color: 4343638.

HSL color Cylindrical-coordinate representation of color #564742: hue angle of 15º 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 #564742 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 71 66 -
CMYK 0 0.17 0.23 0.66
HSL 15º 0.13% 0.3% -
HSV(B) 15º 0.23% 0.34% -
XYZ 7.07 6.88 6.11 -
YUV 74.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 86 71 66 0 0.17 0.23 0.66 15 0.13 0.3
Hex 56 47 42 0 11 17 42 F D 1E
Octal 126 107 102 0 21 27 102 17 15 36
Binary 1010110 1000111 1000010 0 10001 10111 1000010 1111 1101 11110

Color Harmonies of #564742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564742

Black with #564742

Text Example


Text Example

White with #564742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564742; }

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

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

background-color css

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

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

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

border-color css

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

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

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