#5B4431

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

Shades of Brown Derby #5B4431

Tints of Brown Derby #5B4431

Color information

#5B4431 (or 0x5B4431) is unknown color: approx Brown Derby. HEX triplet: 5B, 44 and 31. RGB value is (91,68,49). Sum of RGB (Red+Green+Blue) = 91+68+49=208 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.75% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4431 is #A4BBCE. Grayscale: #484848. Windows color (decimal): -10795983 or 3228763. OLE color: 3228763.

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

Color convert

RGB916849-
CMYK00.250.460.64
HSL27.14º30%27.45%-
HSV(B)27.14º46.15%35.69%-
XYZ6.946.583.81-
YUV72.71114.62141.04-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.75%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 49 (19.53% from 255) = 23.56%
R=43.75%
G=32.69%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91684900.250.460.6427.143027.45
Hex5B44310192E401b1e1b
Octal1331046103156100333633
Binary101101110001001100010110011011101000000110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,68,49); }

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

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

 a { background-color: rgb(91,68,49); }

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

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

 span { border-color: rgb(91,68,49); }

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