#584742

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

Shades of Saddle #584742

Tints of Saddle #584742

Color information

#584742 (or 0x584742) is unknown color: approx Saddle. HEX triplet: 58, 47 and 42. RGB value is (88,71,66). Sum of RGB (Red+Green+Blue) = 88+71+66=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 88 - color contains mainly: red. Hex color #584742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584742 is #A7B8BD. Grayscale: #4B4B4B. Windows color (decimal): -10991806 or 4343640. OLE color: 4343640.

HSL color Cylindrical-coordinate representation of color #584742: hue angle of 13.64º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #584742 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB887166-
CMYK00.190.250.65
HSL13.64º14.29%30.2%-
HSV(B)13.64º25%34.51%-
XYZ7.266.976.12-
YUV75.51122.63136.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.11%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=39.11%
G=31.56%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88716600.190.250.6513.6414.2930.2
Hex5847420131941ee1e
Octal13010710202331101161636
Binary1011000100011110000100100111100110000011110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584742; }

 p { color: rgb(88,71,66); }

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

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

 a { background-color: rgb(88,71,66); }

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

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

 span { border-color: rgb(88,71,66); }

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