Html Css Color HEX #5A5946 Millbrook

📋 copy color: '#5A5946'

red 90 ◦ green 89 ◦ blue 70

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

Shades of Millbrook #5A5946

Tints of Millbrook #5A5946

RGB

 RED value IS 90 (35.55% from 255) = 36.14%

 GREEN value IS 89 (35.16% from 255) = 35.74%

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

R = 36.14%
G = 35.74%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#5A5946 (or 0x5A5946) is known color: Millbrook. HEX triplet: 5A, 59 and 46. RGB value is (90,89,70). Sum of RGB (Red+Green+Blue) = 90+89+70=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5946 is #A5A6B9. Grayscale: #575757. Windows color (decimal): -10856122 or 4610394. OLE color: 4610394.

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

Color convert

RGB 90 89 70 -
CMYK 0 0.01 0.22 0.65
HSL 57º 0.13% 0.31% -
HSV(B) 57º 0.22% 0.35% -
XYZ 8.89 9.76 7.21 -
YUV 87.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 90 89 70 0 0.01 0.22 0.65 57 0.13 0.31
Hex 5A 59 46 0 1 16 41 39 C 1F
Octal 132 131 106 0 1 26 101 71 14 37
Binary 1011010 1011001 1000110 0 1 10110 1000001 111001 1100 11111

Color Harmonies of #5A5946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5946

Black with #5A5946

Text Example


Text Example

White with #5A5946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,89,70); }

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

background-color css

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

 a { background-color: rgb(90,89,70); }

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

border-color css

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

 span { border-color: rgb(90,89,70); }

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