#5B5440

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

Shades of Millbrook #5B5440

Tints of Millbrook #5B5440

Color information

#5B5440 (or 0x5B5440) is unknown color: approx Millbrook. HEX triplet: 5B, 54 and 40. RGB value is (91,84,64). Sum of RGB (Red+Green+Blue) = 91+84+64=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5440 is #A4ABBF. Grayscale: #535353. Windows color (decimal): -10791872 or 4215899. OLE color: 4215899.

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

Color convert

RGB918464-
CMYK00.080.300.64
HSL44.44º17.42%30.39%-
HSV(B)44.44º29.67%35.69%-
XYZ8.418.936.13-
YUV83.81116.82133.13-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.08%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=38.08%
G=35.15%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91846400.080.300.6444.4417.4230.39
Hex5B5440081E402c111e
Octal13312410001036100542136
Binary101101110101001000000010001111010000001011001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,84,64); }

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

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

 a { background-color: rgb(91,84,64); }

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

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

 span { border-color: rgb(91,84,64); }

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