#58403E

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

Shades of Woody Brown #58403E

Tints of Woody Brown #58403E

Color information

#58403E (or 0x58403E) is unknown color: approx Woody Brown. HEX triplet: 58, 40 and 3E. RGB value is (88,64,62). Sum of RGB (Red+Green+Blue) = 88+64+62=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #58403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58403E is #A7BFC1. Grayscale: #464646. Windows color (decimal): -10993602 or 4079704. OLE color: 4079704.

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

Color convert

RGB886462-
CMYK00.270.300.65
HSL4.62º17.33%29.41%-
HSV(B)4.62º29.55%34.51%-
XYZ6.736.095.38-
YUV70.95122.95140.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 62 (24.61% from 255) = 28.97%
R=41.12%
G=29.91%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88646200.270.300.654.6217.3329.41
Hex58403E01B1E415111d
Octal130100760333610152135
Binary101100010000001111100110111111010000011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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