#58493D

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

Shades of Cork #58493D

Tints of Cork #58493D

Color information

#58493D (or 0x58493D) is unknown color: approx Cork. HEX triplet: 58, 49 and 3D. RGB value is (88,73,61). Sum of RGB (Red+Green+Blue) = 88+73+61=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 88 - color contains mainly: red. Hex color #58493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58493D is #A7B6C2. Grayscale: #4C4C4C. Windows color (decimal): -10991299 or 4016472. OLE color: 4016472.

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

Color convert

RGB887361-
CMYK00.170.310.65
HSL26.67º18.12%29.22%-
HSV(B)26.67º30.68%34.51%-
XYZ7.257.185.42-
YUV76.12119.47136.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.64%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 61 (24.22% from 255) = 27.48%
R=39.64%
G=32.88%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88736100.170.310.6526.6718.1229.22
Hex58493D0111F411b121d
Octal1301117502137101332235
Binary10110001001001111101010001111111000001110111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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