Html Css Color HEX #48573A Cabbage Pont

📋 copy color: '#48573A'

red 72 ◦ green 87 ◦ blue 58

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

Shades of Cabbage Pont #48573A

Tints of Cabbage Pont #48573A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.09%

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

R = 33.18%
G = 40.09%
B = 26.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#48573A (or 0x48573A) is known color: Cabbage Pont. HEX triplet: 48, 57 and 3A. RGB value is (72,87,58). Sum of RGB (Red+Green+Blue) = 72+87+58=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 87 - color contains mainly: green. Hex color #48573A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48573A is #B7A8C5. Grayscale: #4F4F4F. Windows color (decimal): -12036294 or 3823432. OLE color: 3823432.

HSL color Cylindrical-coordinate representation of color #48573A: hue angle of 91.03º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #48573A is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 87 58 -
CMYK 0.17 0 0.33 0.66
HSL 91.03º 0.2% 0.28% -
HSV(B) 91.03º 0.33% 0.34% -
XYZ 6.84 8.5 5.28 -
YUV 79.21 116.03 122.86 -
System Red Green Blue C M Y K H S L
Decimal 72 87 58 0.17 0 0.33 0.66 91.03 0.2 0.28
Hex 48 57 3A 11 0 21 42 5B 14 1C
Octal 110 127 72 21 0 41 102 133 24 34
Binary 1001000 1010111 111010 10001 0 100001 1000010 1011011 10100 11100

Color Harmonies of #48573A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48573A

Black with #48573A

Text Example


Text Example

White with #48573A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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