#5E461D

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

Shades of Dark Brown #5E461D

Tints of Dark Brown #5E461D

Color information

#5E461D (or 0x5E461D) is unknown color: approx Dark Brown. HEX triplet: 5E, 46 and 1D. RGB value is (94,70,29). Sum of RGB (Red+Green+Blue) = 94+70+29=193 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.70% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 94 - color contains mainly: red. Hex color #5E461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E461D is #A1B9E2. Grayscale: #484848. Windows color (decimal): -10598883 or 1918558. OLE color: 1918558.

HSL color Cylindrical-coordinate representation of color #5E461D: hue angle of 37.85º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E461D is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB947029-
CMYK00.260.690.63
HSL37.85º52.85%24.12%-
HSV(B)37.85º69.15%36.86%-
XYZ7.036.852.11-
YUV72.5103.45143.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 48.70%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 29 (11.72% from 255) = 15.03%
R=48.70%
G=36.27%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94702900.260.690.6337.8552.8524.12
Hex5E461D01A453F263518
Octal1361063503210577466530
Binary1011110100011011101011010100010111111110011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E461D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E461D; }

 p { color: rgb(94,70,29); }

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

<style>
 a { background-color: #5E461D; }

 a { background-color: rgb(94,70,29); }

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

<style>
 span { border-color: #5E461D; }

 span { border-color: rgb(94,70,29); }

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