Html Css Color HEX #5A5540 Millbrook

📋 copy color: '#5A5540'

red 90 ◦ green 85 ◦ blue 64

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

Shades of Millbrook #5A5540

Tints of Millbrook #5A5540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.56%

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

R = 37.66%
G = 35.56%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#5A5540 (or 0x5A5540) is known color: Millbrook. HEX triplet: 5A, 55 and 40. RGB value is (90,85,64). Sum of RGB (Red+Green+Blue) = 90+85+64=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5540 is #A5AABF. Grayscale: #545454. Windows color (decimal): -10857152 or 4216154. OLE color: 4216154.

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

Color convert

RGB 90 85 64 -
CMYK 0 0.06 0.29 0.65
HSL 48.46º 0.17% 0.3% -
HSV(B) 48.46º 0.29% 0.35% -
XYZ 8.39 9.04 6.15 -
YUV 84.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 90 85 64 0 0.06 0.29 0.65 48.46 0.17 0.3
Hex 5A 55 40 0 6 1D 41 30 11 1E
Octal 132 125 100 0 6 35 101 60 21 36
Binary 1011010 1010101 1000000 0 110 11101 1000001 110000 10001 11110

Color Harmonies of #5A5540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5540

Black with #5A5540

Text Example


Text Example

White with #5A5540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,85,64); }

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

background-color css

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

 a { background-color: rgb(90,85,64); }

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

border-color css

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

 span { border-color: rgb(90,85,64); }

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