#5E4123

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

Shades of Dark Brown #5E4123

Tints of Dark Brown #5E4123

Color information

#5E4123 (or 0x5E4123) is unknown color: approx Dark Brown. HEX triplet: 5E, 41 and 23. RGB value is (94,65,35). Sum of RGB (Red+Green+Blue) = 94+65+35=194 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.45% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 35 (14.06% from 255 or 18.04% from 194); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4123 is #A1BEDC. Grayscale: #464646. Windows color (decimal): -10600157 or 2310494. OLE color: 2310494.

HSL color Cylindrical-coordinate representation of color #5E4123: hue angle of 30.51º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E4123 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.63.

Color convert

RGB946535-
CMYK00.310.630.63
HSL30.51º45.74%25.29%-
HSV(B)30.51º62.77%36.86%-
XYZ6.816.282.44-
YUV70.25108.11144.94-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 48.45%
GREEN value IS 65 (25.78% from 255) = 33.51%
BLUE value IS 35 (14.06% from 255) = 18.04%
R=48.45%
G=33.51%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94653500.310.630.6330.5145.7425.29
Hex5E412301F3F3F1f2e19
Octal136101430377777375631
Binary101111010000011000110111111111111111111111110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,65,35); }

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

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

 a { background-color: rgb(94,65,35); }

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

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

 span { border-color: rgb(94,65,35); }

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