#5E461F

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

Shades of Dark Brown #5E461F

Tints of Dark Brown #5E461F

Color information

#5E461F (or 0x5E461F) is unknown color: approx Dark Brown. HEX triplet: 5E, 46 and 1F. RGB value is (94,70,31). Sum of RGB (Red+Green+Blue) = 94+70+31=195 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.21% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 94 - color contains mainly: red. Hex color #5E461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E461F is #A1B9E0. Grayscale: #484848. Windows color (decimal): -10598881 or 2049630. OLE color: 2049630.

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

Color convert

RGB947031-
CMYK00.260.670.63
HSL37.14º50.4%24.51%-
HSV(B)37.14º67.02%36.86%-
XYZ7.056.862.25-
YUV72.73104.45143.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 48.21%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 31 (12.5% from 255) = 15.90%
R=48.21%
G=35.90%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94703100.260.670.6337.1450.424.51
Hex5E461F01A433F253219
Octal1361063703210377456231
Binary1011110100011011111011010100001111111110010111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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