Html Css Color HEX #524A32 Punga

📋 copy color: '#524A32'

red 82 ◦ green 74 ◦ blue 50

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

Shades of Punga #524A32

Tints of Punga #524A32

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.92%

 BLUE value IS 50 (19.92% from 255) = 24.27%

R = 39.81%
G = 35.92%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#524A32 (or 0x524A32) is known color: Punga. HEX triplet: 52, 4A and 32. RGB value is (82,74,50). Sum of RGB (Red+Green+Blue) = 82+74+50=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 82 - color contains mainly: red. Hex color #524A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A32 is #ADB5CD. Grayscale: #494949. Windows color (decimal): -11384270 or 3295826. OLE color: 3295826.

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

Color convert

RGB 82 74 50 -
CMYK 0 0.10 0.39 0.68
HSL 45º 0.24% 0.26% -
HSV(B) 45º 0.39% 0.32% -
XYZ 6.5 6.92 4.01 -
YUV 73.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 82 74 50 0 0.10 0.39 0.68 45 0.24 0.26
Hex 52 4A 32 0 A 27 44 2D 18 1A
Octal 122 112 62 0 12 47 104 55 30 32
Binary 1010010 1001010 110010 0 1010 100111 1000100 101101 11000 11010

Color Harmonies of #524A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A32

Black with #524A32

Text Example


Text Example

White with #524A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524A32; }

 p { color: rgb(82,74,50); }

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

background-color css

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

 a { background-color: rgb(82,74,50); }

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

border-color css

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

 span { border-color: rgb(82,74,50); }

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