#48534D

Color #48534D Cape Cod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Cod #48534D

Tints of Cape Cod #48534D

Color information

#48534D (or 0x48534D) is unknown color: approx Cape Cod. HEX triplet: 48, 53 and 4D. RGB value is (72,83,77). Sum of RGB (Red+Green+Blue) = 72+83+77=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 83 - color contains mainly: green. Hex color #48534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48534D is #B7ACB2. Grayscale: #4F4F4F. Windows color (decimal): -12037299 or 5067592. OLE color: 5067592.

HSL color Cylindrical-coordinate representation of color #48534D: hue angle of 147.27º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #48534D is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB728377-
CMYK0.1300.070.67
HSL147.27º7.1%30.39%-
HSV(B)147.27º13.25%32.55%-
XYZ7.118.18.21-
YUV79.03126.86122.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 77 (30.47% from 255) = 33.19%
R=31.03%
G=35.78%
B=33.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283770.1300.070.67147.277.130.39
Hex48534DD07439371e
Octal1101231151507103223736
Binary1001000101001110011011101011110000111001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,83,77); }

 H1.HeaderClassName
 {
   color: #48534D;
 }
 .AnyTagClassName
 {
   color: #48534D;
 }
</style>
background-color css

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

 a { background-color: rgb(72,83,77); }

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

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

 span { border-color: rgb(72,83,77); }

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