#5D473A

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

Shades of Brown Derby #5D473A

Tints of Brown Derby #5D473A

Color information

#5D473A (or 0x5D473A) is unknown color: approx Brown Derby. HEX triplet: 5D, 47 and 3A. RGB value is (93,71,58). Sum of RGB (Red+Green+Blue) = 93+71+58=222 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.89% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 93 - color contains mainly: red. Hex color #5D473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D473A is #A2B8C5. Grayscale: #4C4C4C. Windows color (decimal): -10664134 or 3819357. OLE color: 3819357.

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

Color convert

RGB937158-
CMYK00.240.380.64
HSL22.29º23.18%29.61%-
HSV(B)22.29º37.63%36.47%-
XYZ7.537.144.98-
YUV76.1117.79140.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.89%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=41.89%
G=31.98%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93715800.240.380.6422.2923.1829.61
Hex5D473A018264016171e
Octal1351077203046100262736
Binary101110110001111110100110001001101000000101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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