Html Css Color HEX #514729 Punga

📋 copy color: '#514729'

red 81 ◦ green 71 ◦ blue 41

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

Shades of Punga #514729

Tints of Punga #514729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.24%

R = 41.97%
G = 36.79%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#514729 (or 0x514729) is known color: Punga. HEX triplet: 51, 47 and 29. RGB value is (81,71,41). Sum of RGB (Red+Green+Blue) = 81+71+41=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #514729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514729 is #AEB8D6. Grayscale: #464646. Windows color (decimal): -11450583 or 2705233. OLE color: 2705233.

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

Color convert

RGB 81 71 41 -
CMYK 0 0.12 0.49 0.68
HSL 45º 0.33% 0.24% -
HSV(B) 45º 0.49% 0.32% -
XYZ 6.05 6.42 3.02 -
YUV 70.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 81 71 41 0 0.12 0.49 0.68 45 0.33 0.24
Hex 51 47 29 0 C 31 44 2D 21 18
Octal 121 107 51 0 14 61 104 55 41 30
Binary 1010001 1000111 101001 0 1100 110001 1000100 101101 100001 11000

Color Harmonies of #514729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514729

Black with #514729

Text Example


Text Example

White with #514729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514729; }

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

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

background-color css

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

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

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

border-color css

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

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

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