Html Css Color HEX #524529 Punga

📋 copy color: '#524529'

red 82 ◦ green 69 ◦ blue 41

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

Shades of Punga #524529

Tints of Punga #524529

RGB

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

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

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

R = 42.71%
G = 35.94%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#524529 (or 0x524529) is known color: Punga. HEX triplet: 52, 45 and 29. RGB value is (82,69,41). Sum of RGB (Red+Green+Blue) = 82+69+41=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #524529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524529 is #ADBAD6. Grayscale: #454545. Windows color (decimal): -11385559 or 2704722. OLE color: 2704722.

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

Color convert

RGB 82 69 41 -
CMYK 0 0.16 0.50 0.68
HSL 40.98º 0.33% 0.24% -
HSV(B) 40.98º 0.5% 0.32% -
XYZ 6.01 6.21 2.98 -
YUV 69.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 82 69 41 0 0.16 0.50 0.68 40.98 0.33 0.24
Hex 52 45 29 0 10 32 44 29 21 18
Octal 122 105 51 0 20 62 104 51 41 30
Binary 1010010 1000101 101001 0 10000 110010 1000100 101001 100001 11000

Color Harmonies of #524529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524529

Black with #524529

Text Example


Text Example

White with #524529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524529; }

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

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

background-color css

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

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

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

border-color css

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

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

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