#51482F

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

Shades of Punga #51482F

Tints of Punga #51482F

Color information

#51482F (or 0x51482F) is unknown color: approx Punga. HEX triplet: 51, 48 and 2F. RGB value is (81,72,47). Sum of RGB (Red+Green+Blue) = 81+72+47=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 81 - color contains mainly: red. Hex color #51482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51482F is #AEB7D0. Grayscale: #474747. Windows color (decimal): -11450321 or 3098705. OLE color: 3098705.

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

Color convert

RGB817247-
CMYK00.110.420.68
HSL44.12º26.56%25.1%-
HSV(B)44.12º41.98%31.76%-
XYZ6.226.593.63-
YUV71.84113.98134.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.5%
GREEN value IS 72 (28.52% from 255) = 36%
BLUE value IS 47 (18.75% from 255) = 23.5%
R=40.5%
G=36%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81724700.110.420.6844.1226.5625.1
Hex51482F0B2A442c1b19
Octal1211105701352104543331
Binary101000110010001011110101110101010001001011001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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