Html Css Color HEX #524937 Punga

📋 copy color: '#524937'

red 82 ◦ green 73 ◦ blue 55

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

Shades of Punga #524937

Tints of Punga #524937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.19%

R = 39.05%
G = 34.76%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#524937 (or 0x524937) is known color: Punga. HEX triplet: 52, 49 and 37. RGB value is (82,73,55). Sum of RGB (Red+Green+Blue) = 82+73+55=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #524937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524937 is #ADB6C8. Grayscale: #494949. Windows color (decimal): -11384521 or 3623250. OLE color: 3623250.

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

Color convert

RGB 82 73 55 -
CMYK 0 0.11 0.33 0.68
HSL 40º 0.2% 0.27% -
HSV(B) 40º 0.33% 0.32% -
XYZ 6.55 6.83 4.59 -
YUV 73.64 117.48 133.96 -
System Red Green Blue C M Y K H S L
Decimal 82 73 55 0 0.11 0.33 0.68 40 0.2 0.27
Hex 52 49 37 0 B 21 44 28 14 1B
Octal 122 111 67 0 13 41 104 50 24 33
Binary 1010010 1001001 110111 0 1011 100001 1000100 101000 10100 11011

Color Harmonies of #524937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524937

Black with #524937

Text Example


Text Example

White with #524937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524937; }

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

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

background-color css

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

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

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

border-color css

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

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

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