Html Css Color HEX #48554F Cape Cod

📋 copy color: '#48554F'

red 72 ◦ green 85 ◦ blue 79

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

Shades of Cape Cod #48554F

Tints of Cape Cod #48554F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.02%

 BLUE value IS 79 (31.25% from 255) = 33.47%

R = 30.51%
G = 36.02%
B = 33.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#48554F (or 0x48554F) is known color: Cape Cod. HEX triplet: 48, 55 and 4F. RGB value is (72,85,79). Sum of RGB (Red+Green+Blue) = 72+85+79=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 85 - color contains mainly: green. Hex color #48554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48554F is #B7AAB0. Grayscale: #505050. Windows color (decimal): -12036785 or 5199176. OLE color: 5199176.

HSL color Cylindrical-coordinate representation of color #48554F: hue angle of 152.31º 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 #48554F is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 79 -
CMYK 0.15 0 0.07 0.67
HSL 152.31º 0.08% 0.31% -
HSV(B) 152.31º 0.15% 0.33% -
XYZ 7.33 8.44 8.64 -
YUV 80.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 72 85 79 0.15 0 0.07 0.67 152.31 0.08 0.31
Hex 48 55 4F F 0 7 43 98 8 1F
Octal 110 125 117 17 0 7 103 230 10 37
Binary 1001000 1010101 1001111 1111 0 111 1000011 10011000 1000 11111

Color Harmonies of #48554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48554F

Black with #48554F

Text Example


Text Example

White with #48554F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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