#5E431A

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

Shades of Dark Brown #5E431A

Tints of Dark Brown #5E431A

Color information

#5E431A (or 0x5E431A) is unknown color: approx Dark Brown. HEX triplet: 5E, 43 and 1A. RGB value is (94,67,26). Sum of RGB (Red+Green+Blue) = 94+67+26=187 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.27% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 94 - color contains mainly: red. Hex color #5E431A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E431A is #A1BCE5. Grayscale: #464646. Windows color (decimal): -10599654 or 1721182. OLE color: 1721182.

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

Color convert

RGB946726-
CMYK00.290.720.63
HSL36.18º56.67%23.53%-
HSV(B)36.18º72.34%36.86%-
XYZ6.816.471.87-
YUV70.4102.95144.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 50.27%
GREEN value IS 67 (26.56% from 255) = 35.83%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=50.27%
G=35.83%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94672600.290.720.6336.1856.6723.53
Hex5E431A01D483F243918
Octal1361033203511077447130
Binary1011110100001111010011101100100011111110010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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