#5B493C

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

Shades of Brown Derby #5B493C

Tints of Brown Derby #5B493C

Color information

#5B493C (or 0x5B493C) is unknown color: approx Brown Derby. HEX triplet: 5B, 49 and 3C. RGB value is (91,73,60). Sum of RGB (Red+Green+Blue) = 91+73+60=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 91 - color contains mainly: red. Hex color #5B493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B493C is #A4B6C3. Grayscale: #4C4C4C. Windows color (decimal): -10794692 or 3950939. OLE color: 3950939.

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

Color convert

RGB917360-
CMYK00.200.340.64
HSL25.16º20.53%29.61%-
HSV(B)25.16º34.07%35.69%-
XYZ7.517.325.29-
YUV76.9118.46138.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.62%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 60 (23.83% from 255) = 26.79%
R=40.62%
G=32.59%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91736000.200.340.6425.1620.5329.61
Hex5B493C014224019151e
Octal1331117402442100312536
Binary101101110010011111000101001000101000000110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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