Html Css Color HEX #5B5740 Millbrook

📋 copy color: '#5B5740'

red 91 ◦ green 87 ◦ blue 64

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

Shades of Millbrook #5B5740

Tints of Millbrook #5B5740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.95%

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

R = 37.6%
G = 35.95%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#5B5740 (or 0x5B5740) is known color: Millbrook. HEX triplet: 5B, 57 and 40. RGB value is (91,87,64). Sum of RGB (Red+Green+Blue) = 91+87+64=242 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.60% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5740 is #A4A8BF. Grayscale: #555555. Windows color (decimal): -10791104 or 4216667. OLE color: 4216667.

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

Color convert

RGB 91 87 64 -
CMYK 0 0.04 0.30 0.64
HSL 51.11º 0.17% 0.3% -
HSV(B) 51.11º 0.3% 0.36% -
XYZ 8.65 9.41 6.21 -
YUV 85.57 115.83 131.87 -
System Red Green Blue C M Y K H S L
Decimal 91 87 64 0 0.04 0.30 0.64 51.11 0.17 0.3
Hex 5B 57 40 0 4 1E 40 33 11 1E
Octal 133 127 100 0 4 36 100 63 21 36
Binary 1011011 1010111 1000000 0 100 11110 1000000 110011 10001 11110

Color Harmonies of #5B5740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5740

Black with #5B5740

Text Example


Text Example

White with #5B5740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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