#58403F

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

Shades of Woody Brown #58403F

Tints of Woody Brown #58403F

Color information

#58403F (or 0x58403F) is unknown color: approx Woody Brown. HEX triplet: 58, 40 and 3F. RGB value is (88,64,63). Sum of RGB (Red+Green+Blue) = 88+64+63=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #58403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58403F is #A7BFC0. Grayscale: #474747. Windows color (decimal): -10993601 or 4145240. OLE color: 4145240.

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

Color convert

RGB886463-
CMYK00.270.280.65
HSL2.4º16.56%29.61%-
HSV(B)2.4º28.41%34.51%-
XYZ6.766.15.52-
YUV71.06123.45140.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.93%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 63 (25% from 255) = 29.30%
R=40.93%
G=29.77%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88646300.270.280.652.416.5629.61
Hex58403F01B1C412111e
Octal130100770333410122136
Binary10110001000000111111011011111001000001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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