#584842

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

Shades of Saddle #584842

Tints of Saddle #584842

Color information

#584842 (or 0x584842) is unknown color: approx Saddle. HEX triplet: 58, 48 and 42. RGB value is (88,72,66). Sum of RGB (Red+Green+Blue) = 88+72+66=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 88 - color contains mainly: red. Hex color #584842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584842 is #A7B7BD. Grayscale: #4C4C4C. Windows color (decimal): -10991550 or 4343896. OLE color: 4343896.

HSL color Cylindrical-coordinate representation of color #584842: hue angle of 16.36º 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 #584842 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB887266-
CMYK00.180.250.65
HSL16.36º14.29%30.2%-
HSV(B)16.36º25%34.51%-
XYZ7.337.16.14-
YUV76.1122.3136.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.94%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 66 (26.17% from 255) = 29.20%
R=38.94%
G=31.86%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88726600.180.250.6516.3614.2930.2
Hex584842012194110e1e
Octal13011010202231101201636
Binary10110001001000100001001001011001100000110000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584842; }

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

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

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

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

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

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

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

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