#485652

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

Shades of Cape Cod #485652

Tints of Cape Cod #485652

Color information

#485652 (or 0x485652) is unknown color: approx Cape Cod. HEX triplet: 48, 56 and 52. RGB value is (72,86,82). Sum of RGB (Red+Green+Blue) = 72+86+82=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 86 - color contains mainly: green. Hex color #485652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485652 is #B7A9AD. Grayscale: #515151. Windows color (decimal): -12036526 or 5396040. OLE color: 5396040.

HSL color Cylindrical-coordinate representation of color #485652: hue angle of 162.86º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #485652 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB728682-
CMYK0.1600.050.66
HSL162.86º8.86%30.98%-
HSV(B)162.86º16.28%33.73%-
XYZ7.528.649.25-
YUV81.36128.36121.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 82 (32.42% from 255) = 34.17%
R=30%
G=35.83%
B=34.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286820.1600.050.66162.868.8630.98
Hex485652100542a391f
Octal11012612220051022431137
Binary100100010101101010010100000101100001010100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485652; }

 p { color: rgb(72,86,82); }

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

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

 a { background-color: rgb(72,86,82); }

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

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

 span { border-color: rgb(72,86,82); }

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