#51482E

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

Shades of Punga #51482E

Tints of Punga #51482E

Color information

#51482E (or 0x51482E) is unknown color: approx Punga. HEX triplet: 51, 48 and 2E. RGB value is (81,72,46). Sum of RGB (Red+Green+Blue) = 81+72+46=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #51482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51482E is #AEB7D1. Grayscale: #474747. Windows color (decimal): -11450322 or 3033169. OLE color: 3033169.

HSL color Cylindrical-coordinate representation of color #51482E: hue angle of 44.57º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51482E is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB817246-
CMYK00.110.430.68
HSL44.57º27.56%24.9%-
HSV(B)44.57º43.21%31.76%-
XYZ6.26.583.53-
YUV71.73113.48134.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 46 (18.36% from 255) = 23.12%
R=40.70%
G=36.18%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81724600.110.430.6844.5727.5624.9
Hex51482E0B2B442d1c19
Octal1211105601353104553431
Binary101000110010001011100101110101110001001011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,72,46); }

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

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

 a { background-color: rgb(81,72,46); }

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

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

 span { border-color: rgb(81,72,46); }

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