Html Css Color HEX #48593B Cabbage Pont

📋 copy color: '#48593B'

red 72 ◦ green 89 ◦ blue 59

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

Shades of Cabbage Pont #48593B

Tints of Cabbage Pont #48593B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.82%

R = 32.73%
G = 40.45%
B = 26.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#48593B (or 0x48593B) is known color: Cabbage Pont. HEX triplet: 48, 59 and 3B. RGB value is (72,89,59). Sum of RGB (Red+Green+Blue) = 72+89+59=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 89 - color contains mainly: green. Hex color #48593B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48593B is #B7A6C4. Grayscale: #505050. Windows color (decimal): -12035781 or 3889480. OLE color: 3889480.

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

Color convert

RGB 72 89 59 -
CMYK 0.19 0 0.34 0.65
HSL 94º 0.2% 0.29% -
HSV(B) 94º 0.34% 0.35% -
XYZ 7.03 8.84 5.47 -
YUV 80.5 115.87 121.94 -
System Red Green Blue C M Y K H S L
Decimal 72 89 59 0.19 0 0.34 0.65 94 0.2 0.29
Hex 48 59 3B 13 0 22 41 5E 14 1D
Octal 110 131 73 23 0 42 101 136 24 35
Binary 1001000 1011001 111011 10011 0 100010 1000001 1011110 10100 11101

Color Harmonies of #48593B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48593B

Black with #48593B

Text Example


Text Example

White with #48593B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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