#51462F

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

Shades of Punga #51462F

Tints of Punga #51462F

Color information

#51462F (or 0x51462F) is unknown color: approx Punga. HEX triplet: 51, 46 and 2F. RGB value is (81,70,47). Sum of RGB (Red+Green+Blue) = 81+70+47=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 81 - color contains mainly: red. Hex color #51462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51462F is #AEB9D0. Grayscale: #464646. Windows color (decimal): -11450833 or 3098193. OLE color: 3098193.

HSL color Cylindrical-coordinate representation of color #51462F: hue angle of 40.59º 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 #51462F is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB817047-
CMYK00.140.420.68
HSL40.59º26.56%25.1%-
HSV(B)40.59º41.98%31.76%-
XYZ6.16.333.59-
YUV70.67114.64135.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 47 (18.75% from 255) = 23.74%
R=40.91%
G=35.35%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81704700.140.420.6840.5926.5625.1
Hex51462F0E2A44291b19
Octal1211065701652104513331
Binary101000110001101011110111010101010001001010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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