#584A44

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

Shades of Saddle #584A44

Tints of Saddle #584A44

Color information

#584A44 (or 0x584A44) is unknown color: approx Saddle. HEX triplet: 58, 4A and 44. RGB value is (88,74,68). Sum of RGB (Red+Green+Blue) = 88+74+68=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 88 - color contains mainly: red. Hex color #584A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A44 is #A7B5BB. Grayscale: #4D4D4D. Windows color (decimal): -10991036 or 4475480. OLE color: 4475480.

HSL color Cylindrical-coordinate representation of color #584A44: hue angle of 18º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #584A44 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB887468-
CMYK00.160.230.65
HSL18º12.82%30.59%-
HSV(B)18º22.73%34.51%-
XYZ7.527.396.5-
YUV77.5122.64135.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 74 (29.30% from 255) = 32.17%
BLUE value IS 68 (26.95% from 255) = 29.57%
R=38.26%
G=32.17%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88746800.160.230.651812.8230.59
Hex584A44010174112d1f
Octal13011210402027101221537
Binary10110001001010100010001000010111100000110010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584A44; }

 p { color: rgb(88,74,68); }

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

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

 a { background-color: rgb(88,74,68); }

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

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

 span { border-color: rgb(88,74,68); }

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