#58411E

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

Shades of Dark Brown #58411E

Tints of Dark Brown #58411E

Color information

#58411E (or 0x58411E) is unknown color: approx Dark Brown. HEX triplet: 58, 41 and 1E. RGB value is (88,65,30). Sum of RGB (Red+Green+Blue) = 88+65+30=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #58411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58411E is #A7BEE1. Grayscale: #444444. Windows color (decimal): -10993378 or 1982808. OLE color: 1982808.

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

Color convert

RGB886530-
CMYK00.260.660.65
HSL36.21º49.15%23.14%-
HSV(B)36.21º65.91%34.51%-
XYZ6.155.952.05-
YUV67.89106.62142.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.09%
GREEN value IS 65 (25.78% from 255) = 35.52%
BLUE value IS 30 (12.11% from 255) = 16.39%
R=48.09%
G=35.52%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88653000.260.660.6536.2149.1523.14
Hex58411E01A4241243117
Octal13010136032102101446127
Binary10110001000001111100110101000010100000110010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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