Html Css Color HEX #514936 Punga

📋 copy color: '#514936'

red 81 ◦ green 73 ◦ blue 54

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

Shades of Punga #514936

Tints of Punga #514936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.96%

R = 38.94%
G = 35.1%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#514936 (or 0x514936) is known color: Punga. HEX triplet: 51, 49 and 36. RGB value is (81,73,54). Sum of RGB (Red+Green+Blue) = 81+73+54=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 81 - color contains mainly: red. Hex color #514936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514936 is #AEB6C9. Grayscale: #494949. Windows color (decimal): -11450058 or 3557713. OLE color: 3557713.

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

Color convert

RGB 81 73 54 -
CMYK 0 0.10 0.33 0.68
HSL 42.22º 0.2% 0.26% -
HSV(B) 42.22º 0.33% 0.32% -
XYZ 6.44 6.78 4.46 -
YUV 73.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 81 73 54 0 0.10 0.33 0.68 42.22 0.2 0.26
Hex 51 49 36 0 A 21 44 2A 14 1A
Octal 121 111 66 0 12 41 104 52 24 32
Binary 1010001 1001001 110110 0 1010 100001 1000100 101010 10100 11010

Color Harmonies of #514936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514936

Black with #514936

Text Example


Text Example

White with #514936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514936; }

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

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

background-color css

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

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

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

border-color css

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

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

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