Html Css Color HEX #514939 Punga

📋 copy color: '#514939'

red 81 ◦ green 73 ◦ blue 57

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

Shades of Punga #514939

Tints of Punga #514939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 27.01%

R = 38.39%
G = 34.6%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#514939 (or 0x514939) is known color: Punga. HEX triplet: 51, 49 and 39. RGB value is (81,73,57). Sum of RGB (Red+Green+Blue) = 81+73+57=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #514939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514939 is #AEB6C6. Grayscale: #494949. Windows color (decimal): -11450055 or 3754321. OLE color: 3754321.

HSL color Cylindrical-coordinate representation of color #514939: hue angle of 40º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #514939 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 73 57 -
CMYK 0 0.10 0.30 0.68
HSL 40º 0.17% 0.27% -
HSV(B) 40º 0.3% 0.32% -
XYZ 6.51 6.81 4.84 -
YUV 73.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 81 73 57 0 0.10 0.30 0.68 40 0.17 0.27
Hex 51 49 39 0 A 1E 44 28 11 1B
Octal 121 111 71 0 12 36 104 50 21 33
Binary 1010001 1001001 111001 0 1010 11110 1000100 101000 10001 11011

Color Harmonies of #514939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514939

Black with #514939

Text Example


Text Example

White with #514939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514939; }

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

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

background-color css

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

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

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

border-color css

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

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

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