Html Css Color HEX #48563E Cabbage Pont

📋 copy color: '#48563E'

red 72 ◦ green 86 ◦ blue 62

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

Shades of Cabbage Pont #48563E

Tints of Cabbage Pont #48563E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.09%

 BLUE value IS 62 (24.61% from 255) = 28.18%

R = 32.73%
G = 39.09%
B = 28.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#48563E (or 0x48563E) is known color: Cabbage Pont. HEX triplet: 48, 56 and 3E. RGB value is (72,86,62). Sum of RGB (Red+Green+Blue) = 72+86+62=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 86 - color contains mainly: green. Hex color #48563E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48563E is #B7A9C1. Grayscale: #4F4F4F. Windows color (decimal): -12036546 or 4085320. OLE color: 4085320.

HSL color Cylindrical-coordinate representation of color #48563E: hue angle of 95º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #48563E is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 86 62 -
CMYK 0.16 0 0.28 0.66
HSL 95º 0.16% 0.29% -
HSV(B) 95º 0.28% 0.34% -
XYZ 6.87 8.38 5.81 -
YUV 79.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 72 86 62 0.16 0 0.28 0.66 95 0.16 0.29
Hex 48 56 3E 10 0 1C 42 5F 10 1D
Octal 110 126 76 20 0 34 102 137 20 35
Binary 1001000 1010110 111110 10000 0 11100 1000010 1011111 10000 11101

Color Harmonies of #48563E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48563E

Black with #48563E

Text Example


Text Example

White with #48563E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48563E; }

 p { color: rgb(72,86,62); }

 H1.HeaderClassName
 {
   color: #48563E;
 }
 .AnyTagClassName
 {
   color: #48563E;
 }
</style>

background-color css

<style>
 a { background-color: #48563E; }

 a { background-color: rgb(72,86,62); }

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

border-color css

<style>
 span { border-color: #48563E; }

 span { border-color: rgb(72,86,62); }

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