Html Css Color HEX #514836 Punga

📋 copy color: '#514836'

red 81 ◦ green 72 ◦ blue 54

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

Shades of Punga #514836

Tints of Punga #514836

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.78%

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

R = 39.13%
G = 34.78%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#514836 (or 0x514836) is known color: Punga. HEX triplet: 51, 48 and 36. RGB value is (81,72,54). Sum of RGB (Red+Green+Blue) = 81+72+54=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #514836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514836 is #AEB7C9. Grayscale: #484848. Windows color (decimal): -11450314 or 3557457. OLE color: 3557457.

HSL color Cylindrical-coordinate representation of color #514836: hue angle of 40º 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 #514836 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 72 54 -
CMYK 0 0.11 0.33 0.68
HSL 40º 0.2% 0.26% -
HSV(B) 40º 0.33% 0.32% -
XYZ 6.38 6.65 4.44 -
YUV 72.64 117.48 133.96 -
System Red Green Blue C M Y K H S L
Decimal 81 72 54 0 0.11 0.33 0.68 40 0.2 0.26
Hex 51 48 36 0 B 21 44 28 14 1A
Octal 121 110 66 0 13 41 104 50 24 32
Binary 1010001 1001000 110110 0 1011 100001 1000100 101000 10100 11010

Color Harmonies of #514836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514836

Black with #514836

Text Example


Text Example

White with #514836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514836; }

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

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

background-color css

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

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

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

border-color css

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

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

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