Html Css Color HEX #5B5A47 Millbrook

📋 copy color: '#5B5A47'

red 91 ◦ green 90 ◦ blue 71

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

Shades of Millbrook #5B5A47

Tints of Millbrook #5B5A47

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.71%

 BLUE value IS 71 (28.13% from 255) = 28.17%

R = 36.11%
G = 35.71%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#5B5A47 (or 0x5B5A47) is known color: Millbrook. HEX triplet: 5B, 5A and 47. RGB value is (91,90,71). Sum of RGB (Red+Green+Blue) = 91+90+71=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5A47 is #A4A5B8. Grayscale: #585858. Windows color (decimal): -10790329 or 4676187. OLE color: 4676187.

HSL color Cylindrical-coordinate representation of color #5B5A47: hue angle of 57º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B5A47 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 90 71 -
CMYK 0 0.01 0.22 0.64
HSL 57º 0.12% 0.32% -
HSV(B) 57º 0.22% 0.36% -
XYZ 9.11 9.99 7.41 -
YUV 88.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 91 90 71 0 0.01 0.22 0.64 57 0.12 0.32
Hex 5B 5A 47 0 1 16 40 39 C 20
Octal 133 132 107 0 1 26 100 71 14 40
Binary 1011011 1011010 1000111 0 1 10110 1000000 111001 1100 100000

Color Harmonies of #5B5A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5A47

Black with #5B5A47

Text Example


Text Example

White with #5B5A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,90,71); }

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

background-color css

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

 a { background-color: rgb(91,90,71); }

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

border-color css

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

 span { border-color: rgb(91,90,71); }

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