Html Css Color HEX #514931 Punga

📋 copy color: '#514931'

red 81 ◦ green 73 ◦ blue 49

#514931
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Punga #514931

Tints of Punga #514931

RGB

 RED value IS 81 (32.03% from 255) = 39.9%

 GREEN value IS 73 (28.91% from 255) = 35.96%

 BLUE value IS 49 (19.53% from 255) = 24.14%

R = 39.9%
G = 35.96%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#514931 (or 0x514931) is known color: Punga. HEX triplet: 51, 49 and 31. RGB value is (81,73,49). Sum of RGB (Red+Green+Blue) = 81+73+49=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #514931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514931 is #AEB6CE. Grayscale: #484848. Windows color (decimal): -11450063 or 3230033. OLE color: 3230033.

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

Color convert

RGB 81 73 49 -
CMYK 0 0.10 0.40 0.68
HSL 45º 0.25% 0.25% -
HSV(B) 45º 0.4% 0.32% -
XYZ 6.33 6.74 3.87 -
YUV 72.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 81 73 49 0 0.10 0.40 0.68 45 0.25 0.25
Hex 51 49 31 0 A 28 44 2D 19 19
Octal 121 111 61 0 12 50 104 55 31 31
Binary 1010001 1001001 110001 0 1010 101000 1000100 101101 11001 11001

Color Harmonies of #514931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514931

Black with #514931

Text Example


Text Example

White with #514931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514931; }

 p { color: rgb(81,73,49); }

 H1.HeaderClassName
 {
   color: #514931;
 }
 .AnyTagClassName
 {
   color: #514931;
 }
</style>

background-color css

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

 a { background-color: rgb(81,73,49); }

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

border-color css

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

 span { border-color: rgb(81,73,49); }

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