#5E461A

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

Shades of Dark Brown #5E461A

Tints of Dark Brown #5E461A

Color information

#5E461A (or 0x5E461A) is unknown color: approx Dark Brown. HEX triplet: 5E, 46 and 1A. RGB value is (94,70,26). Sum of RGB (Red+Green+Blue) = 94+70+26=190 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.47% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 94 - color contains mainly: red. Hex color #5E461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E461A is #A1B9E5. Grayscale: #484848. Windows color (decimal): -10598886 or 1721950. OLE color: 1721950.

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

Color convert

RGB947026-
CMYK00.260.720.63
HSL38.82º56.67%23.53%-
HSV(B)38.82º72.34%36.86%-
XYZ6.996.831.93-
YUV72.16101.95143.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 49.47%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=49.47%
G=36.84%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94702600.260.720.6338.8256.6723.53
Hex5E461A01A483F273918
Octal1361063203211077477130
Binary1011110100011011010011010100100011111110011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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