Html Css Color HEX #48503F Cabbage Pont

📋 copy color: '#48503F'

red 72 ◦ green 80 ◦ blue 63

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

Shades of Cabbage Pont #48503F

Tints of Cabbage Pont #48503F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.21%

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

R = 33.49%
G = 37.21%
B = 29.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#48503F (or 0x48503F) is known color: Cabbage Pont. HEX triplet: 48, 50 and 3F. RGB value is (72,80,63). Sum of RGB (Red+Green+Blue) = 72+80+63=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 80 - color contains mainly: green. Hex color #48503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48503F is #B7AFC0. Grayscale: #4B4B4B. Windows color (decimal): -12038081 or 4149320. OLE color: 4149320.

HSL color Cylindrical-coordinate representation of color #48503F: hue angle of 88.24º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #48503F is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 80 63 -
CMYK 0.10 0 0.21 0.69
HSL 88.24º 0.12% 0.28% -
HSV(B) 88.24º 0.21% 0.31% -
XYZ 6.44 7.47 5.81 -
YUV 75.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 72 80 63 0.10 0 0.21 0.69 88.24 0.12 0.28
Hex 48 50 3F A 0 15 45 58 C 1C
Octal 110 120 77 12 0 25 105 130 14 34
Binary 1001000 1010000 111111 1010 0 10101 1000101 1011000 1100 11100

Color Harmonies of #48503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48503F

Black with #48503F

Text Example


Text Example

White with #48503F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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