Html Css Color HEX #48593F Cabbage Pont

📋 copy color: '#48593F'

red 72 ◦ green 89 ◦ blue 63

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

Shades of Cabbage Pont #48593F

Tints of Cabbage Pont #48593F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.73%

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

R = 32.14%
G = 39.73%
B = 28.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#48593F (or 0x48593F) is known color: Cabbage Pont. HEX triplet: 48, 59 and 3F. RGB value is (72,89,63). Sum of RGB (Red+Green+Blue) = 72+89+63=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #48593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48593F is #B7A6C0. Grayscale: #515151. Windows color (decimal): -12035777 or 4151624. OLE color: 4151624.

HSL color Cylindrical-coordinate representation of color #48593F: hue angle of 99.23º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48593F is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 63 -
CMYK 0.19 0 0.29 0.65
HSL 99.23º 0.17% 0.3% -
HSV(B) 99.23º 0.29% 0.35% -
XYZ 7.14 8.88 6.04 -
YUV 80.95 117.87 121.61 -
System Red Green Blue C M Y K H S L
Decimal 72 89 63 0.19 0 0.29 0.65 99.23 0.17 0.3
Hex 48 59 3F 13 0 1D 41 63 11 1E
Octal 110 131 77 23 0 35 101 143 21 36
Binary 1001000 1011001 111111 10011 0 11101 1000001 1100011 10001 11110

Color Harmonies of #48593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48593F

Black with #48593F

Text Example


Text Example

White with #48593F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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