#51462B

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

Shades of Punga #51462B

Tints of Punga #51462B

Color information

#51462B (or 0x51462B) is unknown color: approx Punga. HEX triplet: 51, 46 and 2B. RGB value is (81,70,43). Sum of RGB (Red+Green+Blue) = 81+70+43=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #51462B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51462B is #AEB9D4. Grayscale: #464646. Windows color (decimal): -11450837 or 2836049. OLE color: 2836049.

HSL color Cylindrical-coordinate representation of color #51462B: hue angle of 42.63º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51462B is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.68.

Color convert

RGB817043-
CMYK00.140.470.68
HSL42.63º30.65%24.31%-
HSV(B)42.63º46.91%31.76%-
XYZ6.026.33.19-
YUV70.21112.64135.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.75%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 43 (17.19% from 255) = 22.16%
R=41.75%
G=36.08%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81704300.140.470.6842.6330.6524.31
Hex51462B0E2F442b1f18
Octal1211065301657104533730
Binary101000110001101010110111010111110001001010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,70,43); }

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

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

 a { background-color: rgb(81,70,43); }

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

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

 span { border-color: rgb(81,70,43); }

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