#5B473C

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

Shades of Brown Derby #5B473C

Tints of Brown Derby #5B473C

Color information

#5B473C (or 0x5B473C) is unknown color: approx Brown Derby. HEX triplet: 5B, 47 and 3C. RGB value is (91,71,60). Sum of RGB (Red+Green+Blue) = 91+71+60=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 91 - color contains mainly: red. Hex color #5B473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B473C is #A4B8C3. Grayscale: #4B4B4B. Windows color (decimal): -10795204 or 3950427. OLE color: 3950427.

HSL color Cylindrical-coordinate representation of color #5B473C: hue angle of 21.29º 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 #5B473C is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB917160-
CMYK00.220.340.64
HSL21.29º20.53%29.61%-
HSV(B)21.29º34.07%35.69%-
XYZ7.387.065.25-
YUV75.73119.13138.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.99%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 60 (23.83% from 255) = 27.03%
R=40.99%
G=31.98%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91716000.220.340.6421.2920.5329.61
Hex5B473C016224015151e
Octal1331077402642100252536
Binary101101110001111111000101101000101000000101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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