#58411B

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

Shades of Dark Brown #58411B

Tints of Dark Brown #58411B

Color information

#58411B (or 0x58411B) is unknown color: approx Dark Brown. HEX triplet: 58, 41 and 1B. RGB value is (88,65,27). Sum of RGB (Red+Green+Blue) = 88+65+27=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #58411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58411B is #A7BEE4. Grayscale: #434343. Windows color (decimal): -10993381 or 1786200. OLE color: 1786200.

HSL color Cylindrical-coordinate representation of color #58411B: hue angle of 37.38º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58411B is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB886527-
CMYK00.260.690.65
HSL37.38º53.04%22.55%-
HSV(B)37.38º69.32%34.51%-
XYZ6.115.931.86-
YUV67.54105.12142.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.89%
GREEN value IS 65 (25.78% from 255) = 36.11%
BLUE value IS 27 (10.94% from 255) = 15%
R=48.89%
G=36.11%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88652700.260.690.6537.3853.0422.55
Hex58411B01A4541253517
Octal13010133032105101456527
Binary10110001000001110110110101000101100000110010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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