#48554E

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

Shades of Cape Cod #48554E

Tints of Cape Cod #48554E

Color information

#48554E (or 0x48554E) is unknown color: approx Cape Cod. HEX triplet: 48, 55 and 4E. RGB value is (72,85,78). Sum of RGB (Red+Green+Blue) = 72+85+78=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #48554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48554E is #B7AAB1. Grayscale: #505050. Windows color (decimal): -12036786 or 5133640. OLE color: 5133640.

HSL color Cylindrical-coordinate representation of color #48554E: hue angle of 147.69º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #48554E is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB728578-
CMYK0.1500.080.67
HSL147.69º8.28%30.78%-
HSV(B)147.69º15.29%33.33%-
XYZ7.38.428.45-
YUV80.32126.69122.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=30.64%
G=36.17%
B=33.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285780.1500.080.67147.698.2830.78
Hex48554EF08439481f
Octal110125116170101032241037
Binary100100010101011001110111101000100001110010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48554E; }

 p { color: rgb(72,85,78); }

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

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

 a { background-color: rgb(72,85,78); }

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

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

 span { border-color: rgb(72,85,78); }

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