Html Css Color HEX #5A5641 Millbrook

📋 copy color: '#5A5641'

red 90 ◦ green 86 ◦ blue 65

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

Shades of Millbrook #5A5641

Tints of Millbrook #5A5641

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.68%

 BLUE value IS 65 (25.78% from 255) = 26.97%

R = 37.34%
G = 35.68%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#5A5641 (or 0x5A5641) is known color: Millbrook. HEX triplet: 5A, 56 and 41. RGB value is (90,86,65). Sum of RGB (Red+Green+Blue) = 90+86+65=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5641 is #A5A9BE. Grayscale: #545454. Windows color (decimal): -10856895 or 4281946. OLE color: 4281946.

HSL color Cylindrical-coordinate representation of color #5A5641: hue angle of 50.4º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A5641 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 86 65 -
CMYK 0 0.04 0.28 0.65
HSL 50.4º 0.16% 0.3% -
HSV(B) 50.4º 0.28% 0.35% -
XYZ 8.5 9.21 6.33 -
YUV 84.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 90 86 65 0 0.04 0.28 0.65 50.4 0.16 0.3
Hex 5A 56 41 0 4 1C 41 32 10 1E
Octal 132 126 101 0 4 34 101 62 20 36
Binary 1011010 1010110 1000001 0 100 11100 1000001 110010 10000 11110

Color Harmonies of #5A5641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5641

Black with #5A5641

Text Example


Text Example

White with #5A5641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,86,65); }

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

background-color css

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

 a { background-color: rgb(90,86,65); }

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

border-color css

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

 span { border-color: rgb(90,86,65); }

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