#58473E

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

Shades of Cork #58473E

Tints of Cork #58473E

Color information

#58473E (or 0x58473E) is unknown color: approx Cork. HEX triplet: 58, 47 and 3E. RGB value is (88,71,62). Sum of RGB (Red+Green+Blue) = 88+71+62=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 88 - color contains mainly: red. Hex color #58473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58473E is #A7B8C1. Grayscale: #4B4B4B. Windows color (decimal): -10991810 or 4081496. OLE color: 4081496.

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

Color convert

RGB887162-
CMYK00.190.300.65
HSL20.77º17.33%29.41%-
HSV(B)20.77º29.55%34.51%-
XYZ7.156.935.52-
YUV75.06120.63137.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.82%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 62 (24.61% from 255) = 28.05%
R=39.82%
G=32.13%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88716200.190.300.6520.7717.3329.41
Hex58473E0131E4115111d
Octal1301077602336101252135
Binary10110001000111111110010011111101000001101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58473E; }

 p { color: rgb(88,71,62); }

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

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

 a { background-color: rgb(88,71,62); }

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

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

 span { border-color: rgb(88,71,62); }

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