#58493C

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

Shades of Rock #58493C

Tints of Rock #58493C

Color information

#58493C (or 0x58493C) is unknown color: approx Rock. HEX triplet: 58, 49 and 3C. RGB value is (88,73,60). Sum of RGB (Red+Green+Blue) = 88+73+60=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 88 - color contains mainly: red. Hex color #58493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58493C is #A7B6C3. Grayscale: #4C4C4C. Windows color (decimal): -10991300 or 3950936. OLE color: 3950936.

HSL color Cylindrical-coordinate representation of color #58493C: hue angle of 27.86º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #58493C is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB887360-
CMYK00.170.320.65
HSL27.86º18.92%29.02%-
HSV(B)27.86º31.82%34.51%-
XYZ7.227.175.28-
YUV76118.97136.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.82%
GREEN value IS 73 (28.91% from 255) = 33.03%
BLUE value IS 60 (23.83% from 255) = 27.15%
R=39.82%
G=33.03%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88736000.170.320.6527.8618.9229.02
Hex58493C01120411c131d
Octal1301117402140101342335
Binary101100010010011111000100011000001000001111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58493C; }

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

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

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

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

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

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

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

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