#5E402F

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

Shades of Very Dark Brown #5E402F

Tints of Very Dark Brown #5E402F

Color information

#5E402F (or 0x5E402F) is unknown color: approx Very Dark Brown. HEX triplet: 5E, 40 and 2F. RGB value is (94,64,47). Sum of RGB (Red+Green+Blue) = 94+64+47=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 94 - color contains mainly: red. Hex color #5E402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E402F is #A1BFD0. Grayscale: #474747. Windows color (decimal): -10600401 or 3096670. OLE color: 3096670.

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

Color convert

RGB946447-
CMYK00.320.50.63
HSL21.7º33.33%27.65%-
HSV(B)21.7º50%36.86%-
XYZ6.966.253.53-
YUV71.03114.44144.38-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.85%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 47 (18.75% from 255) = 22.93%
R=45.85%
G=31.22%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.5
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94644700.320.50.6321.733.3327.65
Hex5E402F020323F16211c
Octal136100570406277264134
Binary1011110100000010111101000001100101111111011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,64,47); }

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

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

 a { background-color: rgb(94,64,47); }

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

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

 span { border-color: rgb(94,64,47); }

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