#51452C

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

Shades of Punga #51452C

Tints of Punga #51452C

Color information

#51452C (or 0x51452C) is unknown color: approx Punga. HEX triplet: 51, 45 and 2C. RGB value is (81,69,44). Sum of RGB (Red+Green+Blue) = 81+69+44=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #51452C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51452C is #AEBAD3. Grayscale: #454545. Windows color (decimal): -11451092 or 2901329. OLE color: 2901329.

HSL color Cylindrical-coordinate representation of color #51452C: hue angle of 40.54º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51452C is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB816944-
CMYK00.150.460.68
HSL40.54º29.6%24.51%-
HSV(B)40.54º45.68%31.76%-
XYZ5.986.193.26-
YUV69.74113.48136.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.75%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=41.75%
G=35.57%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81694400.150.460.6840.5429.624.51
Hex51452C0F2E44291e19
Octal1211055401756104513631
Binary101000110001011011000111110111010001001010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51452C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51452C; }

 p { color: rgb(81,69,44); }

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

<style>
 a { background-color: #51452C; }

 a { background-color: rgb(81,69,44); }

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

<style>
 span { border-color: #51452C; }

 span { border-color: rgb(81,69,44); }

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