Html Css Color HEX #5B5440 Millbrook

📋 copy color: '#5B5440'

red 91 ◦ green 84 ◦ blue 64

#5B5440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Millbrook #5B5440

Tints of Millbrook #5B5440

RGB

 RED value IS 91 (35.94% from 255) = 38.08%

 GREEN value IS 84 (33.2% 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 value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#5B5440 (or 0x5B5440) is known color: 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

RGB 91 84 64 -
CMYK 0 0.08 0.30 0.64
HSL 44.44º 0.17% 0.3% -
HSV(B) 44.44º 0.3% 0.36% -
XYZ 8.41 8.93 6.13 -
YUV 83.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 91 84 64 0 0.08 0.30 0.64 44.44 0.17 0.3
Hex 5B 54 40 0 8 1E 40 2C 11 1E
Octal 133 124 100 0 10 36 100 54 21 36
Binary 1011011 1010100 1000000 0 1000 11110 1000000 101100 10001 11110

Color Harmonies of #5B5440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5440

Black with #5B5440

Text Example


Text Example

White with #5B5440

Text Example


Text Example

HTML Codes & Css Web 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>