#514429

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

Shades of Punga #514429

Tints of Punga #514429

Color information

#514429 (or 0x514429) is unknown color: approx Punga. HEX triplet: 51, 44 and 29. RGB value is (81,68,41). Sum of RGB (Red+Green+Blue) = 81+68+41=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #514429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514429 is #AEBBD6. Grayscale: #444444. Windows color (decimal): -11451351 or 2704465. OLE color: 2704465.

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

Color convert

RGB816841-
CMYK00.160.490.68
HSL40.5º32.79%23.92%-
HSV(B)40.5º49.38%31.76%-
XYZ5.866.042.96-
YUV68.81112.31136.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.63%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 41 (16.41% from 255) = 21.58%
R=42.63%
G=35.79%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81684100.160.490.6840.532.7923.92
Hex5144290103144292118
Octal1211045102061104514130
Binary10100011000100101001010000110001100010010100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514429; }

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

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

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

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

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

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

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

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