Html Css Color HEX #534729 Punga

📋 copy color: '#534729'

red 83 ◦ green 71 ◦ blue 41

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

Shades of Punga #534729

Tints of Punga #534729

RGB

 RED value IS 83 (32.81% from 255) = 42.56%

 GREEN value IS 71 (28.13% from 255) = 36.41%

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

R = 42.56%
G = 36.41%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#534729 (or 0x534729) is known color: Punga. HEX triplet: 53, 47 and 29. RGB value is (83,71,41). Sum of RGB (Red+Green+Blue) = 83+71+41=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #534729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534729 is #ACB8D6. Grayscale: #474747. Windows color (decimal): -11319511 or 2705235. OLE color: 2705235.

HSL color Cylindrical-coordinate representation of color #534729: hue angle of 42.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #534729 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 71 41 -
CMYK 0 0.14 0.51 0.67
HSL 42.86º 0.34% 0.24% -
HSV(B) 42.86º 0.51% 0.33% -
XYZ 6.22 6.51 3.03 -
YUV 71.17 110.98 136.44 -
System Red Green Blue C M Y K H S L
Decimal 83 71 41 0 0.14 0.51 0.67 42.86 0.34 0.24
Hex 53 47 29 0 E 33 43 2B 22 18
Octal 123 107 51 0 16 63 103 53 42 30
Binary 1010011 1000111 101001 0 1110 110011 1000011 101011 100010 11000

Color Harmonies of #534729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534729

Black with #534729

Text Example


Text Example

White with #534729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534729; }

 p { color: rgb(83,71,41); }

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

background-color css

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

 a { background-color: rgb(83,71,41); }

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

border-color css

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

 span { border-color: rgb(83,71,41); }

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