Html Css Color HEX #524938 Punga

📋 copy color: '#524938'

red 82 ◦ green 73 ◦ blue 56

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

Shades of Punga #524938

Tints of Punga #524938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.54%

R = 38.86%
G = 34.6%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#524938 (or 0x524938) is known color: Punga. HEX triplet: 52, 49 and 38. RGB value is (82,73,56). Sum of RGB (Red+Green+Blue) = 82+73+56=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #524938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524938 is #ADB6C7. Grayscale: #494949. Windows color (decimal): -11384520 or 3688786. OLE color: 3688786.

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

Color convert

RGB 82 73 56 -
CMYK 0 0.11 0.32 0.68
HSL 39.23º 0.19% 0.27% -
HSV(B) 39.23º 0.32% 0.32% -
XYZ 6.58 6.84 4.72 -
YUV 73.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 82 73 56 0 0.11 0.32 0.68 39.23 0.19 0.27
Hex 52 49 38 0 B 20 44 27 13 1B
Octal 122 111 70 0 13 40 104 47 23 33
Binary 1010010 1001001 111000 0 1011 100000 1000100 100111 10011 11011

Color Harmonies of #524938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524938

Black with #524938

Text Example


Text Example

White with #524938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524938; }

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

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

background-color css

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

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

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

border-color css

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

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

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