Html Css Color HEX #485853 Cape Cod

📋 copy color: '#485853'

red 72 ◦ green 88 ◦ blue 83

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

Shades of Cape Cod #485853

Tints of Cape Cod #485853

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 value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#485853 (or 0x485853) is known color: 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

RGB 72 88 83 -
CMYK 0.18 0 0.06 0.65
HSL 161.25º 0.1% 0.31% -
HSV(B) 161.25º 0.18% 0.35% -
XYZ 7.72 8.98 9.51 -
YUV 82.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 72 88 83 0.18 0 0.06 0.65 161.25 0.1 0.31
Hex 48 58 53 12 0 6 41 A1 A 1F
Octal 110 130 123 22 0 6 101 241 12 37
Binary 1001000 1011000 1010011 10010 0 110 1000001 10100001 1010 11111

Color Harmonies of #485853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485853

Black with #485853

Text Example


Text Example

White with #485853

Text Example


Text Example

HTML Codes & Css Web 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>