#584945

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

Shades of Saddle #584945

Tints of Saddle #584945

Color information

#584945 (or 0x584945) is unknown color: approx Saddle. HEX triplet: 58, 49 and 45. RGB value is (88,73,69). Sum of RGB (Red+Green+Blue) = 88+73+69=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 88 - color contains mainly: red. Hex color #584945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584945 is #A7B6BA. Grayscale: #4D4D4D. Windows color (decimal): -10991291 or 4540760. OLE color: 4540760.

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

Color convert

RGB887369-
CMYK00.170.220.65
HSL12.63º12.1%30.78%-
HSV(B)12.63º21.59%34.51%-
XYZ7.487.276.64-
YUV77.03123.47135.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 69 (27.34% from 255) = 30%
R=38.26%
G=31.74%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88736900.170.220.6512.6312.130.78
Hex5849450111641dc1f
Octal13011110502126101151437
Binary1011000100100110001010100011011010000011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584945; }

 p { color: rgb(88,73,69); }

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

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

 a { background-color: rgb(88,73,69); }

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

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

 span { border-color: rgb(88,73,69); }

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