Html Css Color HEX #514837 Punga

📋 copy color: '#514837'

red 81 ◦ green 72 ◦ blue 55

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

Shades of Punga #514837

Tints of Punga #514837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.44%

R = 38.94%
G = 34.62%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#514837 (or 0x514837) is known color: Punga. HEX triplet: 51, 48 and 37. RGB value is (81,72,55). Sum of RGB (Red+Green+Blue) = 81+72+55=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 81 - color contains mainly: red. Hex color #514837 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514837 is #AEB7C8. Grayscale: #484848. Windows color (decimal): -11450313 or 3622993. OLE color: 3622993.

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

Color convert

RGB 81 72 55 -
CMYK 0 0.11 0.32 0.68
HSL 39.23º 0.19% 0.27% -
HSV(B) 39.23º 0.32% 0.32% -
XYZ 6.4 6.66 4.56 -
YUV 72.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 81 72 55 0 0.11 0.32 0.68 39.23 0.19 0.27
Hex 51 48 37 0 B 20 44 27 13 1B
Octal 121 110 67 0 13 40 104 47 23 33
Binary 1010001 1001000 110111 0 1011 100000 1000100 100111 10011 11011

Color Harmonies of #514837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514837

Black with #514837

Text Example


Text Example

White with #514837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514837; }

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

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

background-color css

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

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

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

border-color css

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

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

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