Html Css Color HEX #514733 Punga

📋 copy color: '#514733'

red 81 ◦ green 71 ◦ blue 51

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

Shades of Punga #514733

Tints of Punga #514733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.12%

R = 39.9%
G = 34.98%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#514733 (or 0x514733) is known color: Punga. HEX triplet: 51, 47 and 33. RGB value is (81,71,51). Sum of RGB (Red+Green+Blue) = 81+71+51=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #514733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514733 is #AEB8CC. Grayscale: #474747. Windows color (decimal): -11450573 or 3360593. OLE color: 3360593.

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

Color convert

RGB 81 71 51 -
CMYK 0 0.12 0.37 0.68
HSL 40º 0.23% 0.26% -
HSV(B) 40º 0.37% 0.32% -
XYZ 6.24 6.49 4.06 -
YUV 71.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 81 71 51 0 0.12 0.37 0.68 40 0.23 0.26
Hex 51 47 33 0 C 25 44 28 17 1A
Octal 121 107 63 0 14 45 104 50 27 32
Binary 1010001 1000111 110011 0 1100 100101 1000100 101000 10111 11010

Color Harmonies of #514733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514733

Black with #514733

Text Example


Text Example

White with #514733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514733; }

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

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

background-color css

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

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

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

border-color css

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

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

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