#48453E

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

Shades of Punga #48453E

Tints of Punga #48453E

Color information

#48453E (or 0x48453E) is unknown color: approx Punga. HEX triplet: 48, 45 and 3E. RGB value is (72,69,62). Sum of RGB (Red+Green+Blue) = 72+69+62=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 72 - color contains mainly: red. Hex color #48453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48453E is #B7BAC1. Grayscale: #454545. Windows color (decimal): -12040898 or 4080968. OLE color: 4080968.

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

Color convert

RGB726962-
CMYK00.040.140.72
HSL42º7.46%26.27%-
HSV(B)42º13.89%28.24%-
XYZ5.675.985.41-
YUV69.1123.99130.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 69 (27.34% from 255) = 33.99%
BLUE value IS 62 (24.61% from 255) = 30.54%
R=35.47%
G=33.99%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72696200.040.140.72427.4626.27
Hex48453E04E482a71a
Octal11010576041611052732
Binary1001000100010111111001001110100100010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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