#58413F

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

Shades of Woody Brown #58413F

Tints of Woody Brown #58413F

Color information

#58413F (or 0x58413F) is unknown color: approx Woody Brown. HEX triplet: 58, 41 and 3F. RGB value is (88,65,63). Sum of RGB (Red+Green+Blue) = 88+65+63=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #58413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58413F is #A7BEC0. Grayscale: #474747. Windows color (decimal): -10993345 or 4145496. OLE color: 4145496.

HSL color Cylindrical-coordinate representation of color #58413F: hue angle of 4.8º 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 #58413F is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB886563-
CMYK00.260.280.65
HSL4.8º16.56%29.61%-
HSV(B)4.8º28.41%34.51%-
XYZ6.816.215.54-
YUV71.65123.12139.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.74%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 63 (25% from 255) = 29.17%
R=40.74%
G=30.09%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88656300.260.280.654.816.5629.61
Hex58413F01A1C415111e
Octal130101770323410152136
Binary101100010000011111110110101110010000011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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