#5D473C

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

Shades of Brown Derby #5D473C

Tints of Brown Derby #5D473C

Color information

#5D473C (or 0x5D473C) is unknown color: approx Brown Derby. HEX triplet: 5D, 47 and 3C. RGB value is (93,71,60). Sum of RGB (Red+Green+Blue) = 93+71+60=224 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.52% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 93 - color contains mainly: red. Hex color #5D473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D473C is #A2B8C3. Grayscale: #4C4C4C. Windows color (decimal): -10664132 or 3950429. OLE color: 3950429.

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

Color convert

RGB937160-
CMYK00.240.350.64
HSL20º21.57%30%-
HSV(B)20º35.48%36.47%-
XYZ7.587.165.26-
YUV76.32118.79139.89-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.52%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 60 (23.83% from 255) = 26.79%
R=41.52%
G=31.70%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93716000.240.350.642021.5730
Hex5D473C018234014161e
Octal1351077403043100242636
Binary101110110001111111000110001000111000000101001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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