Html Css Color HEX #52482E Punga

📋 copy color: '#52482E'

red 82 ◦ green 72 ◦ blue 46

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

Shades of Punga #52482E

Tints of Punga #52482E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36%

 BLUE value IS 46 (18.36% from 255) = 23%

R = 41%
G = 36%
B = 23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#52482E (or 0x52482E) is known color: Punga. HEX triplet: 52, 48 and 2E. RGB value is (82,72,46). Sum of RGB (Red+Green+Blue) = 82+72+46=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #52482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52482E is #ADB7D1. Grayscale: #484848. Windows color (decimal): -11384786 or 3033170. OLE color: 3033170.

HSL color Cylindrical-coordinate representation of color #52482E: hue angle of 43.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52482E is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 72 46 -
CMYK 0 0.12 0.44 0.68
HSL 43.33º 0.28% 0.25% -
HSV(B) 43.33º 0.44% 0.32% -
XYZ 6.29 6.63 3.53 -
YUV 72.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 82 72 46 0 0.12 0.44 0.68 43.33 0.28 0.25
Hex 52 48 2E 0 C 2C 44 2B 1C 19
Octal 122 110 56 0 14 54 104 53 34 31
Binary 1010010 1001000 101110 0 1100 101100 1000100 101011 11100 11001

Color Harmonies of #52482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52482E

Black with #52482E

Text Example


Text Example

White with #52482E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52482E; }

 p { color: rgb(82,72,46); }

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

background-color css

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

 a { background-color: rgb(82,72,46); }

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

border-color css

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

 span { border-color: rgb(82,72,46); }

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