Html Css Color HEX #5B5540 Millbrook

📋 copy color: '#5B5540'

red 91 ◦ green 85 ◦ blue 64

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

Shades of Millbrook #5B5540

Tints of Millbrook #5B5540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.42%

 BLUE value IS 64 (25.39% from 255) = 26.67%

R = 37.92%
G = 35.42%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#5B5540 (or 0x5B5540) is known color: Millbrook. HEX triplet: 5B, 55 and 40. RGB value is (91,85,64). Sum of RGB (Red+Green+Blue) = 91+85+64=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5540 is #A4AABF. Grayscale: #545454. Windows color (decimal): -10791616 or 4216155. OLE color: 4216155.

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

Color convert

RGB 91 85 64 -
CMYK 0 0.07 0.30 0.64
HSL 46.67º 0.17% 0.3% -
HSV(B) 46.67º 0.3% 0.36% -
XYZ 8.49 9.09 6.16 -
YUV 84.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 91 85 64 0 0.07 0.30 0.64 46.67 0.17 0.3
Hex 5B 55 40 0 7 1E 40 2F 11 1E
Octal 133 125 100 0 7 36 100 57 21 36
Binary 1011011 1010101 1000000 0 111 11110 1000000 101111 10001 11110

Color Harmonies of #5B5540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5540

Black with #5B5540

Text Example


Text Example

White with #5B5540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B5540;
 }
 .AnyTagClassName
 {
   color: #5B5540;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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