#584640

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

Shades of Saddle #584640

Tints of Saddle #584640

Color information

#584640 (or 0x584640) is unknown color: approx Saddle. HEX triplet: 58, 46 and 40. RGB value is (88,70,64). Sum of RGB (Red+Green+Blue) = 88+70+64=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 88 - color contains mainly: red. Hex color #584640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584640 is #A7B9BF. Grayscale: #4A4A4A. Windows color (decimal): -10992064 or 4212312. OLE color: 4212312.

HSL color Cylindrical-coordinate representation of color #584640: hue angle of 15º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #584640 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB887064-
CMYK00.200.270.65
HSL15º15.79%29.8%-
HSV(B)15º27.27%34.51%-
XYZ7.146.835.79-
YUV74.7121.96137.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.64%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 64 (25.39% from 255) = 28.83%
R=39.64%
G=31.53%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88706400.200.270.651515.7929.8
Hex5846400141B41f101e
Octal13010610002433101172036
Binary10110001000110100000001010011011100000111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584640; }

 p { color: rgb(88,70,64); }

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

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

 a { background-color: rgb(88,70,64); }

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

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

 span { border-color: rgb(88,70,64); }

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