#58544A

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

Shades of Masala #58544A

Tints of Masala #58544A

Color information

#58544A (or 0x58544A) is unknown color: approx Masala. HEX triplet: 58, 54 and 4A. RGB value is (88,84,74). Sum of RGB (Red+Green+Blue) = 88+84+74=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 88 - color contains mainly: red. Hex color #58544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58544A is #A7ABB5. Grayscale: #545454. Windows color (decimal): -10988470 or 4871256. OLE color: 4871256.

HSL color Cylindrical-coordinate representation of color #58544A: hue angle of 42.86º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #58544A is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB888474-
CMYK00.050.160.65
HSL42.86º8.64%31.76%-
HSV(B)42.86º15.91%34.51%-
XYZ8.438.917.75-
YUV84.06122.33130.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.77%
GREEN value IS 84 (33.20% from 255) = 34.15%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=35.77%
G=34.15%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88847400.050.160.6542.868.6431.76
Hex58544A0510412b920
Octal1301241120520101531140
Binary10110001010100100101001011000010000011010111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58544A; }

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

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

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

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

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

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

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

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