#48453D

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

Shades of Punga #48453D

Tints of Punga #48453D

Color information

#48453D (or 0x48453D) is unknown color: approx Punga. HEX triplet: 48, 45 and 3D. RGB value is (72,69,61). Sum of RGB (Red+Green+Blue) = 72+69+61=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 72 - color contains mainly: red. Hex color #48453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48453D is #B7BAC2. Grayscale: #454545. Windows color (decimal): -12040899 or 4015432. OLE color: 4015432.

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

Color convert

RGB726961-
CMYK00.040.150.72
HSL43.64º8.27%26.08%-
HSV(B)43.64º15.28%28.24%-
XYZ5.645.975.27-
YUV68.98123.49130.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.64%
GREEN value IS 69 (27.34% from 255) = 34.16%
BLUE value IS 61 (24.22% from 255) = 30.20%
R=35.64%
G=34.16%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72696100.040.150.7243.648.2726.08
Hex48453D04F482c81a
Octal110105750417110541032
Binary10010001000101111101010011111001000101100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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