Html Css Color HEX #5E461C Dark Brown

📋 copy color: '#5E461C'

red 94 ◦ green 70 ◦ blue 28

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

Shades of Dark Brown #5E461C

Tints of Dark Brown #5E461C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.46%

 BLUE value IS 28 (11.33% from 255) = 14.58%

R = 48.96%
G = 36.46%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.63

RGB Variations

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

Color information

#5E461C (or 0x5E461C) is known color: Dark Brown. HEX triplet: 5E, 46 and 1C. RGB value is (94,70,28). Sum of RGB (Red+Green+Blue) = 94+70+28=192 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.96% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 94 - color contains mainly: red. Hex color #5E461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E461C is #A1B9E3. Grayscale: #484848. Windows color (decimal): -10598884 or 1853022. OLE color: 1853022.

HSL color Cylindrical-coordinate representation of color #5E461C: hue angle of 38.18º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E461C is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 70 28 -
CMYK 0 0.26 0.70 0.63
HSL 38.18º 0.54% 0.24% -
HSV(B) 38.18º 0.7% 0.37% -
XYZ 7.02 6.84 2.05 -
YUV 72.39 102.95 143.42 -
System Red Green Blue C M Y K H S L
Decimal 94 70 28 0 0.26 0.70 0.63 38.18 0.54 0.24
Hex 5E 46 1C 0 1A 46 3F 26 36 18
Octal 136 106 34 0 32 106 77 46 66 30
Binary 1011110 1000110 11100 0 11010 1000110 111111 100110 110110 11000

Color Harmonies of #5E461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E461C

Black with #5E461C

Text Example


Text Example

White with #5E461C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,70,28); }

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

background-color css

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

 a { background-color: rgb(94,70,28); }

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

border-color css

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

 span { border-color: rgb(94,70,28); }

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