Html Css Color HEX #564C47 Saddle

📋 copy color: '#564C47'

red 86 ◦ green 76 ◦ blue 71

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

Shades of Saddle #564C47

Tints of Saddle #564C47

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.62%

 BLUE value IS 71 (28.13% from 255) = 30.47%

R = 36.91%
G = 32.62%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#564C47 (or 0x564C47) is known color: Saddle. HEX triplet: 56, 4C and 47. RGB value is (86,76,71). Sum of RGB (Red+Green+Blue) = 86+76+71=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 86 - color contains mainly: red. Hex color #564C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C47 is #A9B3B8. Grayscale: #4E4E4E. Windows color (decimal): -11121593 or 4672598. OLE color: 4672598.

HSL color Cylindrical-coordinate representation of color #564C47: hue angle of 20º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #564C47 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 76 71 -
CMYK 0 0.12 0.17 0.66
HSL 20º 0.1% 0.31% -
HSV(B) 20º 0.17% 0.34% -
XYZ 7.56 7.6 7.03 -
YUV 78.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 86 76 71 0 0.12 0.17 0.66 20 0.1 0.31
Hex 56 4C 47 0 C 11 42 14 A 1F
Octal 126 114 107 0 14 21 102 24 12 37
Binary 1010110 1001100 1000111 0 1100 10001 1000010 10100 1010 11111

Color Harmonies of #564C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C47

Black with #564C47

Text Example


Text Example

White with #564C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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