Html Css Color HEX #48533F Cabbage Pont

📋 copy color: '#48533F'

red 72 ◦ green 83 ◦ blue 63

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

Shades of Cabbage Pont #48533F

Tints of Cabbage Pont #48533F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.07%

 BLUE value IS 63 (25% from 255) = 28.9%

R = 33.03%
G = 38.07%
B = 28.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#48533F (or 0x48533F) is known color: Cabbage Pont. HEX triplet: 48, 53 and 3F. RGB value is (72,83,63). Sum of RGB (Red+Green+Blue) = 72+83+63=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #48533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48533F is #B7ACC0. Grayscale: #4D4D4D. Windows color (decimal): -12037313 or 4150088. OLE color: 4150088.

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

Color convert

RGB 72 83 63 -
CMYK 0.13 0 0.24 0.67
HSL 93º 0.14% 0.29% -
HSV(B) 93º 0.24% 0.33% -
XYZ 6.66 7.92 5.88 -
YUV 77.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 72 83 63 0.13 0 0.24 0.67 93 0.14 0.29
Hex 48 53 3F D 0 18 43 5D E 1D
Octal 110 123 77 15 0 30 103 135 16 35
Binary 1001000 1010011 111111 1101 0 11000 1000011 1011101 1110 11101

Color Harmonies of #48533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48533F

Black with #48533F

Text Example


Text Example

White with #48533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48533F; }

 p { color: rgb(72,83,63); }

 H1.HeaderClassName
 {
   color: #48533F;
 }
 .AnyTagClassName
 {
   color: #48533F;
 }
</style>

background-color css

<style>
 a { background-color: #48533F; }

 a { background-color: rgb(72,83,63); }

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

border-color css

<style>
 span { border-color: #48533F; }

 span { border-color: rgb(72,83,63); }

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