Html Css Color HEX #48583A Cabbage Pont

📋 copy color: '#48583A'

red 72 ◦ green 88 ◦ blue 58

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

Shades of Cabbage Pont #48583A

Tints of Cabbage Pont #48583A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.37%

 BLUE value IS 58 (23.05% from 255) = 26.61%

R = 33.03%
G = 40.37%
B = 26.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#48583A (or 0x48583A) is known color: Cabbage Pont. HEX triplet: 48, 58 and 3A. RGB value is (72,88,58). Sum of RGB (Red+Green+Blue) = 72+88+58=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #48583A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48583A is #B7A7C5. Grayscale: #4F4F4F. Windows color (decimal): -12036038 or 3823688. OLE color: 3823688.

HSL color Cylindrical-coordinate representation of color #48583A: hue angle of 92º degrees, saturation: 0.21, 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 #48583A is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 88 58 -
CMYK 0.18 0 0.34 0.65
HSL 92º 0.21% 0.29% -
HSV(B) 92º 0.34% 0.35% -
XYZ 6.93 8.66 5.31 -
YUV 79.8 115.7 122.44 -
System Red Green Blue C M Y K H S L
Decimal 72 88 58 0.18 0 0.34 0.65 92 0.21 0.29
Hex 48 58 3A 12 0 22 41 5C 15 1D
Octal 110 130 72 22 0 42 101 134 25 35
Binary 1001000 1011000 111010 10010 0 100010 1000001 1011100 10101 11101

Color Harmonies of #48583A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48583A

Black with #48583A

Text Example


Text Example

White with #48583A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48583A; }

 p { color: rgb(72,88,58); }

 H1.HeaderClassName
 {
   color: #48583A;
 }
 .AnyTagClassName
 {
   color: #48583A;
 }
</style>

background-color css

<style>
 a { background-color: #48583A; }

 a { background-color: rgb(72,88,58); }

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

border-color css

<style>
 span { border-color: #48583A; }

 span { border-color: rgb(72,88,58); }

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