Html Css Color HEX #514A34 Punga

📋 copy color: '#514A34'

red 81 ◦ green 74 ◦ blue 52

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

Shades of Punga #514A34

Tints of Punga #514A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25.12%

R = 39.13%
G = 35.75%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#514A34 (or 0x514A34) is known color: Punga. HEX triplet: 51, 4A and 34. RGB value is (81,74,52). Sum of RGB (Red+Green+Blue) = 81+74+52=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #514A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A34 is #AEB5CB. Grayscale: #494949. Windows color (decimal): -11449804 or 3426897. OLE color: 3426897.

HSL color Cylindrical-coordinate representation of color #514A34: hue angle of 45.52º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #514A34 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 74 52 -
CMYK 0 0.09 0.36 0.68
HSL 45.52º 0.22% 0.26% -
HSV(B) 45.52º 0.36% 0.32% -
XYZ 6.46 6.89 4.24 -
YUV 73.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 81 74 52 0 0.09 0.36 0.68 45.52 0.22 0.26
Hex 51 4A 34 0 9 24 44 2E 16 1A
Octal 121 112 64 0 11 44 104 56 26 32
Binary 1010001 1001010 110100 0 1001 100100 1000100 101110 10110 11010

Color Harmonies of #514A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A34

Black with #514A34

Text Example


Text Example

White with #514A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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