Html Css Color HEX #485952 Cape Cod

📋 copy color: '#485952'

red 72 ◦ green 89 ◦ blue 82

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

Shades of Cape Cod #485952

Tints of Cape Cod #485952

RGB

 RED value IS 72 (28.52% from 255) = 29.63%

 GREEN value IS 89 (35.16% from 255) = 36.63%

 BLUE value IS 82 (32.42% from 255) = 33.74%

R = 29.63%
G = 36.63%
B = 33.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#485952 (or 0x485952) is known color: Cape Cod. HEX triplet: 48, 59 and 52. RGB value is (72,89,82). Sum of RGB (Red+Green+Blue) = 72+89+82=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 89 - color contains mainly: green. Hex color #485952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485952 is #B7A6AD. Grayscale: #535353. Windows color (decimal): -12035758 or 5396808. OLE color: 5396808.

HSL color Cylindrical-coordinate representation of color #485952: hue angle of 155.29º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #485952 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 82 -
CMYK 0.19 0 0.08 0.65
HSL 155.29º 0.11% 0.32% -
HSV(B) 155.29º 0.19% 0.35% -
XYZ 7.77 9.13 9.34 -
YUV 83.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 72 89 82 0.19 0 0.08 0.65 155.29 0.11 0.32
Hex 48 59 52 13 0 8 41 9B B 20
Octal 110 131 122 23 0 10 101 233 13 40
Binary 1001000 1011001 1010010 10011 0 1000 1000001 10011011 1011 100000

Color Harmonies of #485952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485952

Black with #485952

Text Example


Text Example

White with #485952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485952; }

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

 H1.HeaderClassName
 {
   color: #485952;
 }
 .AnyTagClassName
 {
   color: #485952;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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