#5E431D

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

Shades of Dark Brown #5E431D

Tints of Dark Brown #5E431D

Color information

#5E431D (or 0x5E431D) is unknown color: approx Dark Brown. HEX triplet: 5E, 43 and 1D. RGB value is (94,67,29). Sum of RGB (Red+Green+Blue) = 94+67+29=190 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.47% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 94 - color contains mainly: red. Hex color #5E431D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E431D is #A1BCE2. Grayscale: #464646. Windows color (decimal): -10599651 or 1917790. OLE color: 1917790.

HSL color Cylindrical-coordinate representation of color #5E431D: hue angle of 35.08º 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 #5E431D is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB946729-
CMYK00.290.690.63
HSL35.08º52.85%24.12%-
HSV(B)35.08º69.15%36.86%-
XYZ6.856.482.05-
YUV70.74104.45144.59-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 49.47%
GREEN value IS 67 (26.56% from 255) = 35.26%
BLUE value IS 29 (11.72% from 255) = 15.26%
R=49.47%
G=35.26%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94672900.290.690.6335.0852.8524.12
Hex5E431D01D453F233518
Octal1361033503510577436530
Binary1011110100001111101011101100010111111110001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E431D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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