Html Css Color HEX #52492F Punga

📋 copy color: '#52492F'

red 82 ◦ green 73 ◦ blue 47

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

Shades of Punga #52492F

Tints of Punga #52492F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.27%

R = 40.59%
G = 36.14%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#52492F (or 0x52492F) is known color: Punga. HEX triplet: 52, 49 and 2F. RGB value is (82,73,47). Sum of RGB (Red+Green+Blue) = 82+73+47=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 82 - color contains mainly: red. Hex color #52492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52492F is #ADB6D0. Grayscale: #484848. Windows color (decimal): -11384529 or 3098962. OLE color: 3098962.

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

Color convert

RGB 82 73 47 -
CMYK 0 0.11 0.43 0.68
HSL 44.57º 0.27% 0.25% -
HSV(B) 44.57º 0.43% 0.32% -
XYZ 6.38 6.76 3.66 -
YUV 72.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 82 73 47 0 0.11 0.43 0.68 44.57 0.27 0.25
Hex 52 49 2F 0 B 2B 44 2D 1B 19
Octal 122 111 57 0 13 53 104 55 33 31
Binary 1010010 1001001 101111 0 1011 101011 1000100 101101 11011 11001

Color Harmonies of #52492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52492F

Black with #52492F

Text Example


Text Example

White with #52492F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52492F; }

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

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

background-color css

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

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

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

border-color css

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

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

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