Html Css Color HEX #514935 Punga

📋 copy color: '#514935'

red 81 ◦ green 73 ◦ blue 53

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

Shades of Punga #514935

Tints of Punga #514935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.27%

 BLUE value IS 53 (21.09% from 255) = 25.6%

R = 39.13%
G = 35.27%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#514935 (or 0x514935) is known color: Punga. HEX triplet: 51, 49 and 35. RGB value is (81,73,53). Sum of RGB (Red+Green+Blue) = 81+73+53=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #514935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514935 is #AEB6CA. Grayscale: #494949. Windows color (decimal): -11450059 or 3492177. OLE color: 3492177.

HSL color Cylindrical-coordinate representation of color #514935: hue angle of 42.86º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #514935 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 73 53 -
CMYK 0 0.10 0.35 0.68
HSL 42.86º 0.21% 0.26% -
HSV(B) 42.86º 0.35% 0.32% -
XYZ 6.42 6.77 4.34 -
YUV 73.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 81 73 53 0 0.10 0.35 0.68 42.86 0.21 0.26
Hex 51 49 35 0 A 23 44 2B 15 1A
Octal 121 111 65 0 12 43 104 53 25 32
Binary 1010001 1001001 110101 0 1010 100011 1000100 101011 10101 11010

Color Harmonies of #514935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514935

Black with #514935

Text Example


Text Example

White with #514935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514935; }

 p { color: rgb(81,73,53); }

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

background-color css

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

 a { background-color: rgb(81,73,53); }

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

border-color css

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

 span { border-color: rgb(81,73,53); }

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