#5E433D

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

Shades of Very Dark Brown #5E433D

Tints of Very Dark Brown #5E433D

Color information

#5E433D (or 0x5E433D) is unknown color: approx Very Dark Brown. HEX triplet: 5E, 43 and 3D. RGB value is (94,67,61). Sum of RGB (Red+Green+Blue) = 94+67+61=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 94 - color contains mainly: red. Hex color #5E433D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E433D is #A1BCC2. Grayscale: #4A4A4A. Windows color (decimal): -10599619 or 4014942. OLE color: 4014942.

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

Color convert

RGB946761-
CMYK00.290.350.63
HSL10.91º21.29%30.39%-
HSV(B)10.91º35.11%36.86%-
XYZ7.476.735.32-
YUV74.39120.45141.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.34%
GREEN value IS 67 (26.56% from 255) = 30.18%
BLUE value IS 61 (24.22% from 255) = 27.48%
R=42.34%
G=30.18%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94676100.290.350.6310.9121.2930.39
Hex5E433D01D233Fb151e
Octal136103750354377132536
Binary1011110100001111110101110110001111111110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,67,61); }

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

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

 a { background-color: rgb(94,67,61); }

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

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

 span { border-color: rgb(94,67,61); }

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