Html Css Color HEX #52492B Punga

📋 copy color: '#52492B'

red 82 ◦ green 73 ◦ blue 43

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

Shades of Punga #52492B

Tints of Punga #52492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.72%

R = 41.41%
G = 36.87%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#52492B (or 0x52492B) is known color: Punga. HEX triplet: 52, 49 and 2B. RGB value is (82,73,43). Sum of RGB (Red+Green+Blue) = 82+73+43=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #52492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52492B is #ADB6D4. Grayscale: #484848. Windows color (decimal): -11384533 or 2836818. OLE color: 2836818.

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

Color convert

RGB 82 73 43 -
CMYK 0 0.11 0.48 0.68
HSL 46.15º 0.31% 0.25% -
HSV(B) 46.15º 0.48% 0.32% -
XYZ 6.3 6.73 3.25 -
YUV 72.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 82 73 43 0 0.11 0.48 0.68 46.15 0.31 0.25
Hex 52 49 2B 0 B 30 44 2E 1F 19
Octal 122 111 53 0 13 60 104 56 37 31
Binary 1010010 1001001 101011 0 1011 110000 1000100 101110 11111 11001

Color Harmonies of #52492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52492B

Black with #52492B

Text Example


Text Example

White with #52492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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