#564843

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

Shades of Saddle #564843

Tints of Saddle #564843

Color information

#564843 (or 0x564843) is unknown color: approx Saddle. HEX triplet: 56, 48 and 43. RGB value is (86,72,67). Sum of RGB (Red+Green+Blue) = 86+72+67=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 67 (26.56% from 255 or 29.78% from 225); Max value from RGB is 86 - color contains mainly: red. Hex color #564843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564843 is #A9B7BC. Grayscale: #4B4B4B. Windows color (decimal): -11122621 or 4409430. OLE color: 4409430.

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

Color convert

RGB867267-
CMYK00.160.220.66
HSL15.79º12.42%30%-
HSV(B)15.79º22.09%33.73%-
XYZ7.177.026.29-
YUV75.62123.14135.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 67 (26.56% from 255) = 29.78%
R=38.22%
G=32%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86726700.160.220.6615.7912.4230
Hex564843010164210c1e
Octal12611010302026102201436
Binary10101101001000100001101000010110100001010000110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564843; }

 p { color: rgb(86,72,67); }

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

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

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

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

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

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

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