Html Css Color HEX #514834 Punga

📋 copy color: '#514834'

red 81 ◦ green 72 ◦ blue 52

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

Shades of Punga #514834

Tints of Punga #514834

RGB

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

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

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

R = 39.51%
G = 35.12%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#514834 (or 0x514834) is known color: Punga. HEX triplet: 51, 48 and 34. RGB value is (81,72,52). Sum of RGB (Red+Green+Blue) = 81+72+52=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #514834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514834 is #AEB7CB. Grayscale: #484848. Windows color (decimal): -11450316 or 3426385. OLE color: 3426385.

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

Color convert

RGB 81 72 52 -
CMYK 0 0.11 0.36 0.68
HSL 41.38º 0.22% 0.26% -
HSV(B) 41.38º 0.36% 0.32% -
XYZ 6.33 6.63 4.2 -
YUV 72.41 116.48 134.13 -
System Red Green Blue C M Y K H S L
Decimal 81 72 52 0 0.11 0.36 0.68 41.38 0.22 0.26
Hex 51 48 34 0 B 24 44 29 16 1A
Octal 121 110 64 0 13 44 104 51 26 32
Binary 1010001 1001000 110100 0 1011 100100 1000100 101001 10110 11010

Color Harmonies of #514834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514834

Black with #514834

Text Example


Text Example

White with #514834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514834; }

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

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

background-color css

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

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

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

border-color css

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

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

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