#58401E

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

Shades of Dark Brown #58401E

Tints of Dark Brown #58401E

Color information

#58401E (or 0x58401E) is unknown color: approx Dark Brown. HEX triplet: 58, 40 and 1E. RGB value is (88,64,30). Sum of RGB (Red+Green+Blue) = 88+64+30=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #58401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58401E is #A7BFE1. Grayscale: #434343. Windows color (decimal): -10993634 or 1982552. OLE color: 1982552.

HSL color Cylindrical-coordinate representation of color #58401E: hue angle of 35.17º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58401E is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB886430-
CMYK00.270.660.65
HSL35.17º49.15%23.14%-
HSV(B)35.17º65.91%34.51%-
XYZ6.095.842.03-
YUV67.3106.95142.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.35%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 30 (12.11% from 255) = 16.48%
R=48.35%
G=35.16%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88643000.270.660.6535.1749.1523.14
Hex58401E01B4241233117
Octal13010036033102101436127
Binary10110001000000111100110111000010100000110001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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