#5D473D

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

Shades of Brown Derby #5D473D

Tints of Brown Derby #5D473D

Color information

#5D473D (or 0x5D473D) is unknown color: approx Brown Derby. HEX triplet: 5D, 47 and 3D. RGB value is (93,71,61). Sum of RGB (Red+Green+Blue) = 93+71+61=225 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.33% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 93 - color contains mainly: red. Hex color #5D473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D473D is #A2B8C2. Grayscale: #4C4C4C. Windows color (decimal): -10664131 or 4015965. OLE color: 4015965.

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

Color convert

RGB937161-
CMYK00.240.340.64
HSL18.75º20.78%30.2%-
HSV(B)18.75º34.41%36.47%-
XYZ7.617.175.4-
YUV76.44119.29139.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.33%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 61 (24.22% from 255) = 27.11%
R=41.33%
G=31.56%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93716100.240.340.6418.7520.7830.2
Hex5D473D018224013151e
Octal1351077503042100232536
Binary101110110001111111010110001000101000000100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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