Html Css Color HEX #48523F Cabbage Pont

📋 copy color: '#48523F'

red 72 ◦ green 82 ◦ blue 63

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

Shades of Cabbage Pont #48523F

Tints of Cabbage Pont #48523F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.79%

 BLUE value IS 63 (25% from 255) = 29.03%

R = 33.18%
G = 37.79%
B = 29.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#48523F (or 0x48523F) is known color: Cabbage Pont. HEX triplet: 48, 52 and 3F. RGB value is (72,82,63). Sum of RGB (Red+Green+Blue) = 72+82+63=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 82 - color contains mainly: green. Hex color #48523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48523F is #B7ADC0. Grayscale: #4C4C4C. Windows color (decimal): -12037569 or 4149832. OLE color: 4149832.

HSL color Cylindrical-coordinate representation of color #48523F: hue angle of 91.58º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48523F is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 82 63 -
CMYK 0.12 0 0.23 0.68
HSL 91.58º 0.13% 0.28% -
HSV(B) 91.58º 0.23% 0.32% -
XYZ 6.59 7.77 5.86 -
YUV 76.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 72 82 63 0.12 0 0.23 0.68 91.58 0.13 0.28
Hex 48 52 3F C 0 17 44 5C D 1C
Octal 110 122 77 14 0 27 104 134 15 34
Binary 1001000 1010010 111111 1100 0 10111 1000100 1011100 1101 11100

Color Harmonies of #48523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48523F

Black with #48523F

Text Example


Text Example

White with #48523F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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