#58401B

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

Shades of Dark Brown #58401B

Tints of Dark Brown #58401B

Color information

#58401B (or 0x58401B) is unknown color: approx Dark Brown. HEX triplet: 58, 40 and 1B. RGB value is (88,64,27). Sum of RGB (Red+Green+Blue) = 88+64+27=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #58401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58401B is #A7BFE4. Grayscale: #434343. Windows color (decimal): -10993637 or 1785944. OLE color: 1785944.

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

Color convert

RGB886427-
CMYK00.270.690.65
HSL36.39º53.04%22.55%-
HSV(B)36.39º69.32%34.51%-
XYZ6.065.821.84-
YUV66.96105.45143.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.16%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 27 (10.94% from 255) = 15.08%
R=49.16%
G=35.75%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88642700.270.690.6536.3953.0422.55
Hex58401B01B4541243517
Octal13010033033105101446527
Binary10110001000000110110110111000101100000110010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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