Html Css Color HEX #595949 Millbrook

📋 copy color: '#595949'

red 89 ◦ green 89 ◦ blue 73

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

Shades of Millbrook #595949

Tints of Millbrook #595949

RGB

 RED value IS 89 (35.16% from 255) = 35.46%

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

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

R = 35.46%
G = 35.46%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#595949 (or 0x595949) is known color: Millbrook. HEX triplet: 59, 59 and 49. RGB value is (89,89,73). Sum of RGB (Red+Green+Blue) = 89+89+73=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595949 is #A6A6B6. Grayscale: #575757. Windows color (decimal): -10921655 or 4807001. OLE color: 4807001.

HSL color Cylindrical-coordinate representation of color #595949: hue angle of 60º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #595949 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 89 73 -
CMYK 0 0 0.18 0.65
HSL 60º 0.1% 0.32% -
HSV(B) 60º 0.18% 0.35% -
XYZ 8.89 9.75 7.72 -
YUV 87.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 89 89 73 0 0 0.18 0.65 60 0.1 0.32
Hex 59 59 49 0 0 12 41 3C A 20
Octal 131 131 111 0 0 22 101 74 12 40
Binary 1011001 1011001 1001001 0 0 10010 1000001 111100 1010 100000

Color Harmonies of #595949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595949

Black with #595949

Text Example


Text Example

White with #595949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595949; }

 p { color: rgb(89,89,73); }

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

background-color css

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

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

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

border-color css

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

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

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