#514530

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

Shades of Punga #514530

Tints of Punga #514530

Color information

#514530 (or 0x514530) is unknown color: approx Punga. HEX triplet: 51, 45 and 30. RGB value is (81,69,48). Sum of RGB (Red+Green+Blue) = 81+69+48=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 81 - color contains mainly: red. Hex color #514530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514530 is #AEBACF. Grayscale: #464646. Windows color (decimal): -11451088 or 3163473. OLE color: 3163473.

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

Color convert

RGB816948-
CMYK00.150.410.68
HSL38.18º25.58%25.29%-
HSV(B)38.18º40.74%31.76%-
XYZ6.056.223.68-
YUV70.19115.48135.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 48 (19.14% from 255) = 24.24%
R=40.91%
G=34.85%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81694800.150.410.6838.1825.5825.29
Hex5145300F2944261a19
Octal1211056001751104463231
Binary101000110001011100000111110100110001001001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514530; }

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

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

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

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

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

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

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

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