#51452D

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

Shades of Punga #51452D

Tints of Punga #51452D

Color information

#51452D (or 0x51452D) is unknown color: approx Punga. HEX triplet: 51, 45 and 2D. RGB value is (81,69,45). Sum of RGB (Red+Green+Blue) = 81+69+45=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #51452D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51452D is #AEBAD2. Grayscale: #454545. Windows color (decimal): -11451091 or 2966865. OLE color: 2966865.

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

Color convert

RGB816945-
CMYK00.150.440.68
HSL40º28.57%24.71%-
HSV(B)40º44.44%31.76%-
XYZ66.23.36-
YUV69.85113.98135.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 45 (17.97% from 255) = 23.08%
R=41.54%
G=35.38%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81694500.150.440.684028.5724.71
Hex51452D0F2C44281d19
Octal1211055501754104503531
Binary101000110001011011010111110110010001001010001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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