Html Css Color HEX #564741 Saddle

📋 copy color: '#564741'

red 86 ◦ green 71 ◦ blue 65

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

Shades of Saddle #564741

Tints of Saddle #564741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.28%

R = 38.74%
G = 31.98%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#564741 (or 0x564741) is known color: Saddle. HEX triplet: 56, 47 and 41. RGB value is (86,71,65). Sum of RGB (Red+Green+Blue) = 86+71+65=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 86 - color contains mainly: red. Hex color #564741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564741 is #A9B8BE. Grayscale: #4A4A4A. Windows color (decimal): -11122879 or 4278102. OLE color: 4278102.

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

Color convert

RGB 86 71 65 -
CMYK 0 0.17 0.24 0.66
HSL 17.14º 0.14% 0.3% -
HSV(B) 17.14º 0.24% 0.34% -
XYZ 7.05 6.87 5.96 -
YUV 74.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 86 71 65 0 0.17 0.24 0.66 17.14 0.14 0.3
Hex 56 47 41 0 11 18 42 11 E 1E
Octal 126 107 101 0 21 30 102 21 16 36
Binary 1010110 1000111 1000001 0 10001 11000 1000010 10001 1110 11110

Color Harmonies of #564741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564741

Black with #564741

Text Example


Text Example

White with #564741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564741; }

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

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

background-color css

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

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

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

border-color css

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

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

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