Html Css Color HEX #48543C Cabbage Pont

📋 copy color: '#48543C'

red 72 ◦ green 84 ◦ blue 60

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

Shades of Cabbage Pont #48543C

Tints of Cabbage Pont #48543C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.78%

R = 33.33%
G = 38.89%
B = 27.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#48543C (or 0x48543C) is known color: Cabbage Pont. HEX triplet: 48, 54 and 3C. RGB value is (72,84,60). Sum of RGB (Red+Green+Blue) = 72+84+60=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 84 - color contains mainly: green. Hex color #48543C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48543C is #B7ABC3. Grayscale: #4D4D4D. Windows color (decimal): -12037060 or 3953736. OLE color: 3953736.

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

Color convert

RGB 72 84 60 -
CMYK 0.14 0 0.29 0.67
HSL 90º 0.17% 0.28% -
HSV(B) 90º 0.29% 0.33% -
XYZ 6.66 8.04 5.48 -
YUV 77.68 118.02 123.95 -
System Red Green Blue C M Y K H S L
Decimal 72 84 60 0.14 0 0.29 0.67 90 0.17 0.28
Hex 48 54 3C E 0 1D 43 5A 11 1C
Octal 110 124 74 16 0 35 103 132 21 34
Binary 1001000 1010100 111100 1110 0 11101 1000011 1011010 10001 11100

Color Harmonies of #48543C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48543C

Black with #48543C

Text Example


Text Example

White with #48543C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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