Html Css Color HEX #5B5746 Millbrook

📋 copy color: '#5B5746'

red 91 ◦ green 87 ◦ blue 70

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

Shades of Millbrook #5B5746

Tints of Millbrook #5B5746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.23%

R = 36.69%
G = 35.08%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#5B5746 (or 0x5B5746) is known color: Millbrook. HEX triplet: 5B, 57 and 46. RGB value is (91,87,70). Sum of RGB (Red+Green+Blue) = 91+87+70=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5746 is #A4A8B9. Grayscale: #565656. Windows color (decimal): -10791098 or 4609883. OLE color: 4609883.

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

Color convert

RGB 91 87 70 -
CMYK 0 0.04 0.23 0.64
HSL 48.57º 0.13% 0.32% -
HSV(B) 48.57º 0.23% 0.36% -
XYZ 8.83 9.48 7.16 -
YUV 86.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 91 87 70 0 0.04 0.23 0.64 48.57 0.13 0.32
Hex 5B 57 46 0 4 17 40 31 D 20
Octal 133 127 106 0 4 27 100 61 15 40
Binary 1011011 1010111 1000110 0 100 10111 1000000 110001 1101 100000

Color Harmonies of #5B5746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5746

Black with #5B5746

Text Example


Text Example

White with #5B5746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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