Html Css Color HEX #5E493A Brown Derby

📋 copy color: '#5E493A'

red 94 ◦ green 73 ◦ blue 58

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

Shades of Brown Derby #5E493A

Tints of Brown Derby #5E493A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.44%

 BLUE value IS 58 (23.05% from 255) = 25.78%

R = 41.78%
G = 32.44%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.63

RGB Variations

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

Color information

#5E493A (or 0x5E493A) is known color: Brown Derby. HEX triplet: 5E, 49 and 3A. RGB value is (94,73,58). Sum of RGB (Red+Green+Blue) = 94+73+58=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 94 - color contains mainly: red. Hex color #5E493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E493A is #A1B6C5. Grayscale: #4D4D4D. Windows color (decimal): -10598086 or 3819870. OLE color: 3819870.

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

Color convert

RGB 94 73 58 -
CMYK 0 0.22 0.38 0.63
HSL 25º 0.24% 0.3% -
HSV(B) 25º 0.38% 0.37% -
XYZ 7.76 7.45 5.03 -
YUV 77.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 94 73 58 0 0.22 0.38 0.63 25 0.24 0.3
Hex 5E 49 3A 0 16 26 3F 19 18 1E
Octal 136 111 72 0 26 46 77 31 30 36
Binary 1011110 1001001 111010 0 10110 100110 111111 11001 11000 11110

Color Harmonies of #5E493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E493A

Black with #5E493A

Text Example


Text Example

White with #5E493A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,73,58); }

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

background-color css

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

 a { background-color: rgb(94,73,58); }

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

border-color css

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

 span { border-color: rgb(94,73,58); }

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