Html Css Color HEX #48534E Cape Cod

📋 copy color: '#48534E'

red 72 ◦ green 83 ◦ blue 78

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

Shades of Cape Cod #48534E

Tints of Cape Cod #48534E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 33.48%

R = 30.9%
G = 35.62%
B = 33.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#48534E (or 0x48534E) is known color: Cape Cod. HEX triplet: 48, 53 and 4E. RGB value is (72,83,78). Sum of RGB (Red+Green+Blue) = 72+83+78=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 83 - color contains mainly: green. Hex color #48534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48534E is #B7ACB1. Grayscale: #4F4F4F. Windows color (decimal): -12037298 or 5133128. OLE color: 5133128.

HSL color Cylindrical-coordinate representation of color #48534E: hue angle of 152.73º 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 #48534E is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 83 78 -
CMYK 0.13 0 0.06 0.67
HSL 152.73º 0.07% 0.3% -
HSV(B) 152.73º 0.13% 0.33% -
XYZ 7.14 8.11 8.4 -
YUV 79.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 72 83 78 0.13 0 0.06 0.67 152.73 0.07 0.3
Hex 48 53 4E D 0 6 43 99 7 1E
Octal 110 123 116 15 0 6 103 231 7 36
Binary 1001000 1010011 1001110 1101 0 110 1000011 10011001 111 11110

Color Harmonies of #48534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48534E

Black with #48534E

Text Example


Text Example

White with #48534E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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