#514428

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

Shades of Punga #514428

Tints of Punga #514428

Color information

#514428 (or 0x514428) is unknown color: approx Punga. HEX triplet: 51, 44 and 28. RGB value is (81,68,40). Sum of RGB (Red+Green+Blue) = 81+68+40=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #514428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514428 is #AEBBD7. Grayscale: #444444. Windows color (decimal): -11451352 or 2638929. OLE color: 2638929.

HSL color Cylindrical-coordinate representation of color #514428: hue angle of 40.98º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #514428 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB816840-
CMYK00.160.510.68
HSL40.98º33.88%23.73%-
HSV(B)40.98º50.62%31.76%-
XYZ5.846.042.86-
YUV68.69111.81136.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.86%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 40 (16.02% from 255) = 21.16%
R=42.86%
G=35.98%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81684000.160.510.6840.9833.8823.73
Hex5144280103344292218
Octal1211045002063104514230
Binary10100011000100101000010000110011100010010100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514428; }

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

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

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

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

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

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

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

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