Html Css Color HEX #5E453E Very Dark Brown

📋 copy color: '#5E453E'

red 94 ◦ green 69 ◦ blue 62

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

Shades of Very Dark Brown #5E453E

Tints of Very Dark Brown #5E453E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.56%

R = 41.78%
G = 30.67%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.63

RGB Variations

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

Color information

#5E453E (or 0x5E453E) is known color: Very Dark Brown. HEX triplet: 5E, 45 and 3E. RGB value is (94,69,62). Sum of RGB (Red+Green+Blue) = 94+69+62=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 94 - color contains mainly: red. Hex color #5E453E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E453E is #A1BAC1. Grayscale: #4B4B4B. Windows color (decimal): -10599106 or 4080990. OLE color: 4080990.

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

Color convert

RGB 94 69 62 -
CMYK 0 0.27 0.34 0.63
HSL 13.13º 0.21% 0.31% -
HSV(B) 13.13º 0.34% 0.37% -
XYZ 7.61 6.98 5.5 -
YUV 75.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 94 69 62 0 0.27 0.34 0.63 13.13 0.21 0.31
Hex 5E 45 3E 0 1B 22 3F D 15 1F
Octal 136 105 76 0 33 42 77 15 25 37
Binary 1011110 1000101 111110 0 11011 100010 111111 1101 10101 11111

Color Harmonies of #5E453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E453E

Black with #5E453E

Text Example


Text Example

White with #5E453E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E453E;
 }
 .AnyTagClassName
 {
   color: #5E453E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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