Html Css Color HEX #48523D Cabbage Pont

📋 copy color: '#48523D'

red 72 ◦ green 82 ◦ blue 61

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

Shades of Cabbage Pont #48523D

Tints of Cabbage Pont #48523D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.14%

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

R = 33.49%
G = 38.14%
B = 28.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#48523D (or 0x48523D) is known color: Cabbage Pont. HEX triplet: 48, 52 and 3D. RGB value is (72,82,61). Sum of RGB (Red+Green+Blue) = 72+82+61=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 82 - color contains mainly: green. Hex color #48523D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48523D is #B7ADC2. Grayscale: #4C4C4C. Windows color (decimal): -12037571 or 4018760. OLE color: 4018760.

HSL color Cylindrical-coordinate representation of color #48523D: hue angle of 88.57º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #48523D is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 82 61 -
CMYK 0.12 0 0.26 0.68
HSL 88.57º 0.15% 0.28% -
HSV(B) 88.57º 0.26% 0.32% -
XYZ 6.53 7.75 5.57 -
YUV 76.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 72 82 61 0.12 0 0.26 0.68 88.57 0.15 0.28
Hex 48 52 3D C 0 1A 44 59 F 1C
Octal 110 122 75 14 0 32 104 131 17 34
Binary 1001000 1010010 111101 1100 0 11010 1000100 1011001 1111 11100

Color Harmonies of #48523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48523D

Black with #48523D

Text Example


Text Example

White with #48523D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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