#5E473C

Color #5E473C Brown Derby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Derby #5E473C

Tints of Brown Derby #5E473C

Color information

#5E473C (or 0x5E473C) is unknown color: approx Brown Derby. HEX triplet: 5E, 47 and 3C. RGB value is (94,71,60). Sum of RGB (Red+Green+Blue) = 94+71+60=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 94 - color contains mainly: red. Hex color #5E473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E473C is #A1B8C3. Grayscale: #4C4C4C. Windows color (decimal): -10598596 or 3950430. OLE color: 3950430.

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

Color convert

RGB947160-
CMYK00.240.360.63
HSL19.41º22.08%30.2%-
HSV(B)19.41º36.17%36.86%-
XYZ7.687.215.26-
YUV76.62118.62140.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.78%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 60 (23.83% from 255) = 26.67%
R=41.78%
G=31.56%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94716000.240.360.6319.4122.0830.2
Hex5E473C018243F13161e
Octal136107740304477232636
Binary10111101000111111100011000100100111111100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,71,60); }

 H1.HeaderClassName
 {
   color: #5E473C;
 }
 .AnyTagClassName
 {
   color: #5E473C;
 }
</style>
background-color css

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

 a { background-color: rgb(94,71,60); }

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

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

 span { border-color: rgb(94,71,60); }

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