#51442B

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

Shades of Punga #51442B

Tints of Punga #51442B

Color information

#51442B (or 0x51442B) is unknown color: approx Punga. HEX triplet: 51, 44 and 2B. RGB value is (81,68,43). Sum of RGB (Red+Green+Blue) = 81+68+43=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #51442B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51442B is #AEBBD4. Grayscale: #454545. Windows color (decimal): -11451349 or 2835537. OLE color: 2835537.

HSL color Cylindrical-coordinate representation of color #51442B: hue angle of 39.47º 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 #51442B is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.68.

Color convert

RGB816843-
CMYK00.160.470.68
HSL39.47º30.65%24.31%-
HSV(B)39.47º46.91%31.76%-
XYZ5.96.063.14-
YUV69.04113.31136.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.19%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 43 (17.19% from 255) = 22.40%
R=42.19%
G=35.42%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81684300.160.470.6839.4730.6524.31
Hex51442B0102F44271f18
Octal1211045302057104473730
Binary1010001100010010101101000010111110001001001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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