Html Css Color HEX #5E441E Dark Brown

📋 copy color: '#5E441E'

red 94 ◦ green 68 ◦ blue 30

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

Shades of Dark Brown #5E441E

Tints of Dark Brown #5E441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.42%

 BLUE value IS 30 (12.11% from 255) = 15.63%

R = 48.96%
G = 35.42%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.63

RGB Variations

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

Color information

#5E441E (or 0x5E441E) is known color: Dark Brown. HEX triplet: 5E, 44 and 1E. RGB value is (94,68,30). Sum of RGB (Red+Green+Blue) = 94+68+30=192 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.96% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 94 - color contains mainly: red. Hex color #5E441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E441E is #A1BBE1. Grayscale: #474747. Windows color (decimal): -10599394 or 1983582. OLE color: 1983582.

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

Color convert

RGB 94 68 30 -
CMYK 0 0.28 0.68 0.63
HSL 35.63º 0.52% 0.24% -
HSV(B) 35.63º 0.68% 0.37% -
XYZ 6.92 6.61 2.14 -
YUV 71.44 104.61 144.09 -
System Red Green Blue C M Y K H S L
Decimal 94 68 30 0 0.28 0.68 0.63 35.63 0.52 0.24
Hex 5E 44 1E 0 1C 44 3F 24 34 18
Octal 136 104 36 0 34 104 77 44 64 30
Binary 1011110 1000100 11110 0 11100 1000100 111111 100100 110100 11000

Color Harmonies of #5E441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E441E

Black with #5E441E

Text Example


Text Example

White with #5E441E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,68,30); }

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

background-color css

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

 a { background-color: rgb(94,68,30); }

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

border-color css

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

 span { border-color: rgb(94,68,30); }

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