Html Css Color HEX #524936 Punga

📋 copy color: '#524936'

red 82 ◦ green 73 ◦ blue 54

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

Shades of Punga #524936

Tints of Punga #524936

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.93%

 BLUE value IS 54 (21.48% from 255) = 25.84%

R = 39.23%
G = 34.93%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.68

RGB Variations

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

Color information

#524936 (or 0x524936) is known color: Punga. HEX triplet: 52, 49 and 36. RGB value is (82,73,54). Sum of RGB (Red+Green+Blue) = 82+73+54=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #524936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524936 is #ADB6C9. Grayscale: #494949. Windows color (decimal): -11384522 or 3557714. OLE color: 3557714.

HSL color Cylindrical-coordinate representation of color #524936: hue angle of 40.71º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #524936 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 73 54 -
CMYK 0 0.11 0.34 0.68
HSL 40.71º 0.21% 0.27% -
HSV(B) 40.71º 0.34% 0.32% -
XYZ 6.53 6.83 4.46 -
YUV 73.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 82 73 54 0 0.11 0.34 0.68 40.71 0.21 0.27
Hex 52 49 36 0 B 22 44 29 15 1B
Octal 122 111 66 0 13 42 104 51 25 33
Binary 1010010 1001001 110110 0 1011 100010 1000100 101001 10101 11011

Color Harmonies of #524936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524936

Black with #524936

Text Example


Text Example

White with #524936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524936; }

 p { color: rgb(82,73,54); }

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

background-color css

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

 a { background-color: rgb(82,73,54); }

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

border-color css

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

 span { border-color: rgb(82,73,54); }

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