Html Css Color HEX #5D5A49 Millbrook

📋 copy color: '#5D5A49'

red 93 ◦ green 90 ◦ blue 73

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

Shades of Millbrook #5D5A49

Tints of Millbrook #5D5A49

RGB

 RED value IS 93 (36.72% from 255) = 36.33%

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

 BLUE value IS 73 (28.91% from 255) = 28.52%

R = 36.33%
G = 35.16%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#5D5A49 (or 0x5D5A49) is known color: Millbrook. HEX triplet: 5D, 5A and 49. RGB value is (93,90,73). Sum of RGB (Red+Green+Blue) = 93+90+73=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5A49 is #A2A5B6. Grayscale: #595959. Windows color (decimal): -10659255 or 4807261. OLE color: 4807261.

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

Color convert

RGB 93 90 73 -
CMYK 0 0.03 0.22 0.64
HSL 51º 0.12% 0.33% -
HSV(B) 51º 0.22% 0.36% -
XYZ 9.37 10.12 7.76 -
YUV 88.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 93 90 73 0 0.03 0.22 0.64 51 0.12 0.33
Hex 5D 5A 49 0 3 16 40 33 C 21
Octal 135 132 111 0 3 26 100 63 14 41
Binary 1011101 1011010 1001001 0 11 10110 1000000 110011 1100 100001

Color Harmonies of #5D5A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5A49

Black with #5D5A49

Text Example


Text Example

White with #5D5A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,90,73); }

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

background-color css

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

 a { background-color: rgb(93,90,73); }

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

border-color css

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

 span { border-color: rgb(93,90,73); }

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