Html Css Color HEX #49524D Cape Cod

📋 copy color: '#49524D'

red 73 ◦ green 82 ◦ blue 77

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

Shades of Cape Cod #49524D

Tints of Cape Cod #49524D

RGB

 RED value IS 73 (28.91% from 255) = 31.47%

 GREEN value IS 82 (32.42% from 255) = 35.34%

 BLUE value IS 77 (30.47% from 255) = 33.19%

R = 31.47%
G = 35.34%
B = 33.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#49524D (or 0x49524D) is known color: Cape Cod. HEX triplet: 49, 52 and 4D. RGB value is (73,82,77). Sum of RGB (Red+Green+Blue) = 73+82+77=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 82 - color contains mainly: green. Hex color #49524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49524D is #B6ADB2. Grayscale: #4E4E4E. Windows color (decimal): -11972019 or 5067337. OLE color: 5067337.

HSL color Cylindrical-coordinate representation of color #49524D: hue angle of 146.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #49524D is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 82 77 -
CMYK 0.11 0 0.06 0.68
HSL 146.67º 0.06% 0.3% -
HSV(B) 146.67º 0.11% 0.32% -
XYZ 7.1 7.99 8.19 -
YUV 78.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 73 82 77 0.11 0 0.06 0.68 146.67 0.06 0.3
Hex 49 52 4D B 0 6 44 93 6 1E
Octal 111 122 115 13 0 6 104 223 6 36
Binary 1001001 1010010 1001101 1011 0 110 1000100 10010011 110 11110

Color Harmonies of #49524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49524D

Black with #49524D

Text Example


Text Example

White with #49524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49524D; }

 p { color: rgb(73,82,77); }

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

background-color css

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

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

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

border-color css

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

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

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