#564E4B

Color #564E4B Saddle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle #564E4B

Tints of Saddle #564E4B

Color information

#564E4B (or 0x564E4B) is unknown color: approx Saddle. HEX triplet: 56, 4E and 4B. RGB value is (86,78,75). Sum of RGB (Red+Green+Blue) = 86+78+75=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 86 - color contains mainly: red. Hex color #564E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564E4B is #A9B1B4. Grayscale: #505050. Windows color (decimal): -11121077 or 4935254. OLE color: 4935254.

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

Color convert

RGB867875-
CMYK00.090.130.66
HSL16.36º6.83%31.57%-
HSV(B)16.36º12.79%33.73%-
XYZ7.837.947.78-
YUV80.05125.15132.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.98%
GREEN value IS 78 (30.86% from 255) = 32.64%
BLUE value IS 75 (29.69% from 255) = 31.38%
R=35.98%
G=32.64%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86787500.090.130.6616.366.8331.57
Hex564E4B09D4210720
Octal1261161130111510220740
Binary101011010011101001011010011101100001010000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,78,75); }

 H1.HeaderClassName
 {
   color: #564E4B;
 }
 .AnyTagClassName
 {
   color: #564E4B;
 }
</style>
background-color css

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

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

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

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

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

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