#48443B

Color #48443B Punga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Punga #48443B

Tints of Punga #48443B

Color information

#48443B (or 0x48443B) is unknown color: approx Punga. HEX triplet: 48, 44 and 3B. RGB value is (72,68,59). Sum of RGB (Red+Green+Blue) = 72+68+59=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 72 - color contains mainly: red. Hex color #48443B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48443B is #B7BBC4. Grayscale: #444444. Windows color (decimal): -12041157 or 3884104. OLE color: 3884104.

HSL color Cylindrical-coordinate representation of color #48443B: hue angle of 41.54º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #48443B is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB726859-
CMYK00.060.180.72
HSL41.54º9.92%25.69%-
HSV(B)41.54º18.06%28.24%-
XYZ5.535.834.97-
YUV68.17122.83130.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 59 (23.44% from 255) = 29.65%
R=36.18%
G=34.17%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72685900.060.180.7241.549.9225.69
Hex48443B0612482aa1a
Octal110104730622110521232
Binary100100010001001110110110100101001000101010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48443B;
 }
 .AnyTagClassName
 {
   color: #48443B;
 }
</style>
background-color css

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

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

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

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

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

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