Html Css Color HEX #485949 Nandor

📋 copy color: '#485949'

red 72 ◦ green 89 ◦ blue 73

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

Shades of Nandor #485949

Tints of Nandor #485949

RGB

 RED value IS 72 (28.52% from 255) = 30.77%

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

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

R = 30.77%
G = 38.03%
B = 31.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#485949 (or 0x485949) is known color: Nandor. HEX triplet: 48, 59 and 49. RGB value is (72,89,73). Sum of RGB (Red+Green+Blue) = 72+89+73=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #485949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485949 is #B7A6B6. Grayscale: #525252. Windows color (decimal): -12035767 or 4806984. OLE color: 4806984.

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

Color convert

RGB 72 89 73 -
CMYK 0.19 0 0.18 0.65
HSL 123.53º 0.11% 0.32% -
HSV(B) 123.53º 0.19% 0.35% -
XYZ 7.45 9 7.65 -
YUV 82.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 72 89 73 0.19 0 0.18 0.65 123.53 0.11 0.32
Hex 48 59 49 13 0 12 41 7C B 20
Octal 110 131 111 23 0 22 101 174 13 40
Binary 1001000 1011001 1001001 10011 0 10010 1000001 1111100 1011 100000

Color Harmonies of #485949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485949

Black with #485949

Text Example


Text Example

White with #485949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485949; }

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

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

background-color css

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

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

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

border-color css

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

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

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