Html Css Color HEX #48543B Cabbage Pont

📋 copy color: '#48543B'

red 72 ◦ green 84 ◦ blue 59

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

Shades of Cabbage Pont #48543B

Tints of Cabbage Pont #48543B

RGB

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

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

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

R = 33.49%
G = 39.07%
B = 27.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#48543B (or 0x48543B) is known color: Cabbage Pont. HEX triplet: 48, 54 and 3B. RGB value is (72,84,59). Sum of RGB (Red+Green+Blue) = 72+84+59=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 84 - color contains mainly: green. Hex color #48543B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48543B is #B7ABC4. Grayscale: #4D4D4D. Windows color (decimal): -12037061 or 3888200. OLE color: 3888200.

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

Color convert

RGB 72 84 59 -
CMYK 0.14 0 0.30 0.67
HSL 88.8º 0.17% 0.28% -
HSV(B) 88.8º 0.3% 0.33% -
XYZ 6.63 8.03 5.34 -
YUV 77.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 72 84 59 0.14 0 0.30 0.67 88.8 0.17 0.28
Hex 48 54 3B E 0 1E 43 59 11 1C
Octal 110 124 73 16 0 36 103 131 21 34
Binary 1001000 1010100 111011 1110 0 11110 1000011 1011001 10001 11100

Color Harmonies of #48543B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48543B

Black with #48543B

Text Example


Text Example

White with #48543B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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