Html Css Color HEX #48543D Cabbage Pont

📋 copy color: '#48543D'

red 72 ◦ green 84 ◦ blue 61

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

Shades of Cabbage Pont #48543D

Tints of Cabbage Pont #48543D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.71%

 BLUE value IS 61 (24.22% from 255) = 28.11%

R = 33.18%
G = 38.71%
B = 28.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#48543D (or 0x48543D) is known color: Cabbage Pont. HEX triplet: 48, 54 and 3D. RGB value is (72,84,61). Sum of RGB (Red+Green+Blue) = 72+84+61=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 84 - color contains mainly: green. Hex color #48543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48543D is #B7ABC2. Grayscale: #4D4D4D. Windows color (decimal): -12037059 or 4019272. OLE color: 4019272.

HSL color Cylindrical-coordinate representation of color #48543D: hue angle of 91.3º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #48543D is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 84 61 -
CMYK 0.14 0 0.27 0.67
HSL 91.3º 0.16% 0.28% -
HSV(B) 91.3º 0.27% 0.33% -
XYZ 6.69 8.06 5.62 -
YUV 77.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 72 84 61 0.14 0 0.27 0.67 91.3 0.16 0.28
Hex 48 54 3D E 0 1B 43 5B 10 1C
Octal 110 124 75 16 0 33 103 133 20 34
Binary 1001000 1010100 111101 1110 0 11011 1000011 1011011 10000 11100

Color Harmonies of #48543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48543D

Black with #48543D

Text Example


Text Example

White with #48543D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48543D; }

 p { color: rgb(72,84,61); }

 H1.HeaderClassName
 {
   color: #48543D;
 }
 .AnyTagClassName
 {
   color: #48543D;
 }
</style>

background-color css

<style>
 a { background-color: #48543D; }

 a { background-color: rgb(72,84,61); }

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

border-color css

<style>
 span { border-color: #48543D; }

 span { border-color: rgb(72,84,61); }

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