#584A46

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

Shades of Saddle #584A46

Tints of Saddle #584A46

Color information

#584A46 (or 0x584A46) is unknown color: approx Saddle. HEX triplet: 58, 4A and 46. RGB value is (88,74,70). Sum of RGB (Red+Green+Blue) = 88+74+70=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 88 - color contains mainly: red. Hex color #584A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A46 is #A7B5B9. Grayscale: #4D4D4D. Windows color (decimal): -10991034 or 4606552. OLE color: 4606552.

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

Color convert

RGB887470-
CMYK00.160.200.65
HSL13.33º11.39%30.98%-
HSV(B)13.33º20.45%34.51%-
XYZ7.587.416.83-
YUV77.73123.64135.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.93%
GREEN value IS 74 (29.30% from 255) = 31.90%
BLUE value IS 70 (27.73% from 255) = 30.17%
R=37.93%
G=31.90%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88747000.160.200.6513.3311.3930.98
Hex584A460101441db1f
Octal13011210602024101151337
Binary1011000100101010001100100001010010000011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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