Html Css Color HEX #524729 Punga

📋 copy color: '#524729'

red 82 ◦ green 71 ◦ blue 41

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

Shades of Punga #524729

Tints of Punga #524729

RGB

 RED value IS 82 (32.42% from 255) = 42.27%

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

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

R = 42.27%
G = 36.6%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#524729 (or 0x524729) is known color: Punga. HEX triplet: 52, 47 and 29. RGB value is (82,71,41). Sum of RGB (Red+Green+Blue) = 82+71+41=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #524729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524729 is #ADB8D6. Grayscale: #474747. Windows color (decimal): -11385047 or 2705234. OLE color: 2705234.

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

Color convert

RGB 82 71 41 -
CMYK 0 0.13 0.50 0.68
HSL 43.9º 0.33% 0.24% -
HSV(B) 43.9º 0.5% 0.32% -
XYZ 6.13 6.46 3.02 -
YUV 70.87 111.14 135.94 -
System Red Green Blue C M Y K H S L
Decimal 82 71 41 0 0.13 0.50 0.68 43.9 0.33 0.24
Hex 52 47 29 0 D 32 44 2C 21 18
Octal 122 107 51 0 15 62 104 54 41 30
Binary 1010010 1000111 101001 0 1101 110010 1000100 101100 100001 11000

Color Harmonies of #524729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524729

Black with #524729

Text Example


Text Example

White with #524729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524729; }

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

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

background-color css

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

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

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

border-color css

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

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

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