#584E4B

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

Shades of Saddle #584E4B

Tints of Saddle #584E4B

Color information

#584E4B (or 0x584E4B) is unknown color: approx Saddle. HEX triplet: 58, 4E and 4B. RGB value is (88,78,75). Sum of RGB (Red+Green+Blue) = 88+78+75=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 88 - color contains mainly: red. Hex color #584E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584E4B is #A7B1B4. Grayscale: #505050. Windows color (decimal): -10990005 or 4935256. OLE color: 4935256.

HSL color Cylindrical-coordinate representation of color #584E4B: hue angle of 13.85º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #584E4B is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB887875-
CMYK00.110.150.65
HSL13.85º7.98%31.96%-
HSV(B)13.85º14.77%34.51%-
XYZ8.028.037.78-
YUV80.65124.81133.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.51%
GREEN value IS 78 (30.86% from 255) = 32.37%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=36.51%
G=32.37%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88787500.110.150.6513.857.9831.96
Hex584E4B0BF41e820
Octal13011611301317101161040
Binary101100010011101001011010111111100000111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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