#58411A

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

Shades of Dark Brown #58411A

Tints of Dark Brown #58411A

Color information

#58411A (or 0x58411A) is unknown color: approx Dark Brown. HEX triplet: 58, 41 and 1A. RGB value is (88,65,26). Sum of RGB (Red+Green+Blue) = 88+65+26=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #58411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58411A is #A7BEE5. Grayscale: #434343. Windows color (decimal): -10993382 or 1720664. OLE color: 1720664.

HSL color Cylindrical-coordinate representation of color #58411A: hue angle of 37.74º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58411A is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB886526-
CMYK00.260.700.65
HSL37.74º54.39%22.35%-
HSV(B)37.74º70.45%34.51%-
XYZ6.15.931.8-
YUV67.43104.62142.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.16%
GREEN value IS 65 (25.78% from 255) = 36.31%
BLUE value IS 26 (10.55% from 255) = 14.53%
R=49.16%
G=36.31%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88652600.260.700.6537.7454.3922.35
Hex58411A01A4641263616
Octal13010132032106101466626
Binary10110001000001110100110101000110100000110011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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