Html Css Color HEX #48534D Cape Cod

📋 copy color: '#48534D'

red 72 ◦ green 83 ◦ blue 77

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

Shades of Cape Cod #48534D

Tints of Cape Cod #48534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.78%

 BLUE value IS 77 (30.47% from 255) = 33.19%

R = 31.03%
G = 35.78%
B = 33.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#48534D (or 0x48534D) is known color: Cape Cod. HEX triplet: 48, 53 and 4D. RGB value is (72,83,77). Sum of RGB (Red+Green+Blue) = 72+83+77=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 83 - color contains mainly: green. Hex color #48534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48534D is #B7ACB2. Grayscale: #4F4F4F. Windows color (decimal): -12037299 or 5067592. OLE color: 5067592.

HSL color Cylindrical-coordinate representation of color #48534D: hue angle of 147.27º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #48534D is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 83 77 -
CMYK 0.13 0 0.07 0.67
HSL 147.27º 0.07% 0.3% -
HSV(B) 147.27º 0.13% 0.33% -
XYZ 7.11 8.1 8.21 -
YUV 79.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 72 83 77 0.13 0 0.07 0.67 147.27 0.07 0.3
Hex 48 53 4D D 0 7 43 93 7 1E
Octal 110 123 115 15 0 7 103 223 7 36
Binary 1001000 1010011 1001101 1101 0 111 1000011 10010011 111 11110

Color Harmonies of #48534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48534D

Black with #48534D

Text Example


Text Example

White with #48534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48534D; }

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

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

background-color css

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

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

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

border-color css

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

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

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