#58401A

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

Shades of Dark Brown #58401A

Tints of Dark Brown #58401A

Color information

#58401A (or 0x58401A) is unknown color: approx Dark Brown. HEX triplet: 58, 40 and 1A. RGB value is (88,64,26). Sum of RGB (Red+Green+Blue) = 88+64+26=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #58401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58401A is #A7BFE5. Grayscale: #434343. Windows color (decimal): -10993638 or 1720408. OLE color: 1720408.

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

Color convert

RGB886426-
CMYK00.270.700.65
HSL36.77º54.39%22.35%-
HSV(B)36.77º70.45%34.51%-
XYZ6.045.821.78-
YUV66.84104.95143.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.44%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 26 (10.55% from 255) = 14.61%
R=49.44%
G=35.96%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88642600.270.700.6536.7754.3922.35
Hex58401A01B4641253616
Octal13010032033106101456626
Binary10110001000000110100110111000110100000110010111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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