#58483F

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

Shades of Cork #58483F

Tints of Cork #58483F

Color information

#58483F (or 0x58483F) is unknown color: approx Cork. HEX triplet: 58, 48 and 3F. RGB value is (88,72,63). Sum of RGB (Red+Green+Blue) = 88+72+63=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 88 - color contains mainly: red. Hex color #58483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58483F is #A7B7C0. Grayscale: #4B4B4B. Windows color (decimal): -10991553 or 4147288. OLE color: 4147288.

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

Color convert

RGB887263-
CMYK00.180.280.65
HSL21.6º16.56%29.61%-
HSV(B)21.6º28.41%34.51%-
XYZ7.247.075.69-
YUV75.76120.8136.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.46%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 63 (25% from 255) = 28.25%
R=39.46%
G=32.29%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88726300.180.280.6521.616.5629.61
Hex58483F0121C4116111e
Octal1301107702234101262136
Binary10110001001000111111010010111001000001101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58483F; }

 p { color: rgb(88,72,63); }

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

<style>
 a { background-color: #58483F; }

 a { background-color: rgb(88,72,63); }

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

<style>
 span { border-color: #58483F; }

 span { border-color: rgb(88,72,63); }

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