#5E4033

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

Shades of Very Dark Brown #5E4033

Tints of Very Dark Brown #5E4033

Color information

#5E4033 (or 0x5E4033) is unknown color: approx Very Dark Brown. HEX triplet: 5E, 40 and 33. RGB value is (94,64,51). Sum of RGB (Red+Green+Blue) = 94+64+51=209 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.98% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4033 is #A1BFCC. Grayscale: #474747. Windows color (decimal): -10600397 or 3358814. OLE color: 3358814.

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

Color convert

RGB946451-
CMYK00.320.460.63
HSL18.14º29.66%28.43%-
HSV(B)18.14º45.74%36.86%-
XYZ7.056.293.97-
YUV71.49116.44144.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 44.98%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 51 (20.31% from 255) = 24.40%
R=44.98%
G=30.62%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94645100.320.460.6318.1429.6628.43
Hex5E40330202E3F121e1c
Octal136100630405677223634
Binary101111010000001100110100000101110111111100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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