Html Css Color HEX #5E453D Very Dark Brown

📋 copy color: '#5E453D'

red 94 ◦ green 69 ◦ blue 61

#5E453D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Very Dark Brown #5E453D

Tints of Very Dark Brown #5E453D

RGB

 RED value IS 94 (37.11% from 255) = 41.96%

 GREEN value IS 69 (27.34% from 255) = 30.8%

 BLUE value IS 61 (24.22% from 255) = 27.23%

R = 41.96%
G = 30.8%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.63

RGB Variations

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

Color information

#5E453D (or 0x5E453D) is known color: 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

RGB 94 69 61 -
CMYK 0 0.27 0.35 0.63
HSL 14.55º 0.21% 0.3% -
HSV(B) 14.55º 0.35% 0.37% -
XYZ 7.59 6.97 5.36 -
YUV 75.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 94 69 61 0 0.27 0.35 0.63 14.55 0.21 0.3
Hex 5E 45 3D 0 1B 23 3F F 15 1E
Octal 136 105 75 0 33 43 77 17 25 36
Binary 1011110 1000101 111101 0 11011 100011 111111 1111 10101 11110

Color Harmonies of #5E453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E453D

Black with #5E453D

Text Example


Text Example

White with #5E453D

Text Example


Text Example

HTML Codes & Css Web 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>