#5E453D

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

Shades of Very Dark Brown #5E453D

Tints of Very Dark Brown #5E453D

Color information

#5E453D (or 0x5E453D) is unknown color: approx Very Dark Brown. HEX triplet: 5E, 45 and 3D. RGB value is (94,69,61). Sum of RGB (Red+Green+Blue) = 94+69+61=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 94 - color contains mainly: red. Hex color #5E453D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E453D is #A1BAC2. Grayscale: #4B4B4B. Windows color (decimal): -10599107 or 4015454. OLE color: 4015454.

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

Color convert

RGB946961-
CMYK00.270.350.63
HSL14.55º21.29%30.39%-
HSV(B)14.55º35.11%36.86%-
XYZ7.596.975.36-
YUV75.56119.78141.15-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.96%
GREEN value IS 69 (27.34% from 255) = 30.80%
BLUE value IS 61 (24.22% from 255) = 27.23%
R=41.96%
G=30.80%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94696100.270.350.6314.5521.2930.39
Hex5E453D01B233Ff151e
Octal136105750334377172536
Binary1011110100010111110101101110001111111111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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