Html Css Color HEX #514734 Punga

📋 copy color: '#514734'

red 81 ◦ green 71 ◦ blue 52

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

Shades of Punga #514734

Tints of Punga #514734

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.8%

 BLUE value IS 52 (20.7% from 255) = 25.49%

R = 39.71%
G = 34.8%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#514734 (or 0x514734) is known color: Punga. HEX triplet: 51, 47 and 34. RGB value is (81,71,52). Sum of RGB (Red+Green+Blue) = 81+71+52=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #514734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514734 is #AEB8CB. Grayscale: #474747. Windows color (decimal): -11450572 or 3426129. OLE color: 3426129.

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

Color convert

RGB 81 71 52 -
CMYK 0 0.12 0.36 0.68
HSL 39.31º 0.22% 0.26% -
HSV(B) 39.31º 0.36% 0.32% -
XYZ 6.27 6.5 4.17 -
YUV 71.82 116.81 134.54 -
System Red Green Blue C M Y K H S L
Decimal 81 71 52 0 0.12 0.36 0.68 39.31 0.22 0.26
Hex 51 47 34 0 C 24 44 27 16 1A
Octal 121 107 64 0 14 44 104 47 26 32
Binary 1010001 1000111 110100 0 1100 100100 1000100 100111 10110 11010

Color Harmonies of #514734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514734

Black with #514734

Text Example


Text Example

White with #514734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514734; }

 p { color: rgb(81,71,52); }

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

background-color css

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

 a { background-color: rgb(81,71,52); }

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

border-color css

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

 span { border-color: rgb(81,71,52); }

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