Html Css Color HEX #514A39 Punga

📋 copy color: '#514A39'

red 81 ◦ green 74 ◦ blue 57

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

Shades of Punga #514A39

Tints of Punga #514A39

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.91%

 BLUE value IS 57 (22.66% from 255) = 26.89%

R = 38.21%
G = 34.91%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#514A39 (or 0x514A39) is known color: Punga. HEX triplet: 51, 4A and 39. RGB value is (81,74,57). Sum of RGB (Red+Green+Blue) = 81+74+57=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 81 - color contains mainly: red. Hex color #514A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A39 is #AEB5C6. Grayscale: #4A4A4A. Windows color (decimal): -11449799 or 3754577. OLE color: 3754577.

HSL color Cylindrical-coordinate representation of color #514A39: hue angle of 42.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #514A39 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 74 57 -
CMYK 0 0.09 0.30 0.68
HSL 42.5º 0.17% 0.27% -
HSV(B) 42.5º 0.3% 0.32% -
XYZ 6.58 6.94 4.86 -
YUV 74.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 81 74 57 0 0.09 0.30 0.68 42.5 0.17 0.27
Hex 51 4A 39 0 9 1E 44 2A 11 1B
Octal 121 112 71 0 11 36 104 52 21 33
Binary 1010001 1001010 111001 0 1001 11110 1000100 101010 10001 11011

Color Harmonies of #514A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A39

Black with #514A39

Text Example


Text Example

White with #514A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514A39; }

 p { color: rgb(81,74,57); }

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

background-color css

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

 a { background-color: rgb(81,74,57); }

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

border-color css

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

 span { border-color: rgb(81,74,57); }

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