#584F4B

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

Shades of Saddle #584F4B

Tints of Saddle #584F4B

Color information

#584F4B (or 0x584F4B) is unknown color: approx Saddle. HEX triplet: 58, 4F and 4B. RGB value is (88,79,75). Sum of RGB (Red+Green+Blue) = 88+79+75=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 88 - color contains mainly: red. Hex color #584F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584F4B is #A7B0B4. Grayscale: #515151. Windows color (decimal): -10989749 or 4935512. OLE color: 4935512.

HSL color Cylindrical-coordinate representation of color #584F4B: hue angle of 18.46º 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 #584F4B is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB887975-
CMYK00.100.150.65
HSL18.46º7.98%31.96%-
HSV(B)18.46º14.77%34.51%-
XYZ8.098.177.81-
YUV81.24124.48132.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.36%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=36.36%
G=32.64%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88797500.100.150.6518.467.9831.96
Hex584F4B0AF4112820
Octal13011711301217101221040
Binary1011000100111110010110101011111000001100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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