#584D48

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

Shades of Saddle #584D48

Tints of Saddle #584D48

Color information

#584D48 (or 0x584D48) is unknown color: approx Saddle. HEX triplet: 58, 4D and 48. RGB value is (88,77,72). Sum of RGB (Red+Green+Blue) = 88+77+72=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #584D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D48 is #A7B2B7. Grayscale: #4F4F4F. Windows color (decimal): -10990264 or 4738392. OLE color: 4738392.

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

Color convert

RGB887772-
CMYK00.120.180.65
HSL18.75º10%31.37%-
HSV(B)18.75º18.18%34.51%-
XYZ7.857.857.23-
YUV79.72123.64133.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=37.13%
G=32.49%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88777200.120.180.6518.751031.37
Hex584D480C124113a1f
Octal13011511001422101231237
Binary1011000100110110010000110010010100000110011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,77,72); }

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

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

 a { background-color: rgb(88,77,72); }

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

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

 span { border-color: rgb(88,77,72); }

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