Html Css Color HEX #514529 Punga

📋 copy color: '#514529'

red 81 ◦ green 69 ◦ blue 41

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

Shades of Punga #514529

Tints of Punga #514529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.13%

 BLUE value IS 41 (16.41% from 255) = 21.47%

R = 42.41%
G = 36.13%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#514529 (or 0x514529) is known color: Punga. HEX triplet: 51, 45 and 29. RGB value is (81,69,41). Sum of RGB (Red+Green+Blue) = 81+69+41=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #514529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514529 is #AEBAD6. Grayscale: #454545. Windows color (decimal): -11451095 or 2704721. OLE color: 2704721.

HSL color Cylindrical-coordinate representation of color #514529: hue angle of 42º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #514529 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 69 41 -
CMYK 0 0.15 0.49 0.68
HSL 42º 0.33% 0.24% -
HSV(B) 42º 0.49% 0.32% -
XYZ 5.92 6.17 2.98 -
YUV 69.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 81 69 41 0 0.15 0.49 0.68 42 0.33 0.24
Hex 51 45 29 0 F 31 44 2A 21 18
Octal 121 105 51 0 17 61 104 52 41 30
Binary 1010001 1000101 101001 0 1111 110001 1000100 101010 100001 11000

Color Harmonies of #514529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514529

Black with #514529

Text Example


Text Example

White with #514529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514529; }

 p { color: rgb(81,69,41); }

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

background-color css

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

 a { background-color: rgb(81,69,41); }

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

border-color css

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

 span { border-color: rgb(81,69,41); }

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