#485853

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

Shades of Cape Cod #485853

Tints of Cape Cod #485853

Color information

#485853 (or 0x485853) is unknown color: approx Cape Cod. HEX triplet: 48, 58 and 53. RGB value is (72,88,83). Sum of RGB (Red+Green+Blue) = 72+88+83=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 88 - color contains mainly: green. Hex color #485853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485853 is #B7A7AC. Grayscale: #525252. Windows color (decimal): -12036013 or 5462088. OLE color: 5462088.

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

Color convert

RGB728883-
CMYK0.1800.060.65
HSL161.25º10%31.37%-
HSV(B)161.25º18.18%34.51%-
XYZ7.728.989.51-
YUV82.65128.2120.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.63%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 83 (32.81% from 255) = 34.16%
R=29.63%
G=36.21%
B=34.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288830.1800.060.65161.251031.37
Hex485853120641a1a1f
Octal11013012322061012411237
Binary100100010110001010011100100110100000110100001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485853; }

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

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

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

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

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

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

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

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