Html Css Color HEX #52482F Punga

📋 copy color: '#52482F'

red 82 ◦ green 72 ◦ blue 47

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

Shades of Punga #52482F

Tints of Punga #52482F

RGB

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

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

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

R = 40.8%
G = 35.82%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#52482F (or 0x52482F) is known color: Punga. HEX triplet: 52, 48 and 2F. RGB value is (82,72,47). Sum of RGB (Red+Green+Blue) = 82+72+47=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 82 - color contains mainly: red. Hex color #52482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52482F is #ADB7D0. Grayscale: #484848. Windows color (decimal): -11384785 or 3098706. OLE color: 3098706.

HSL color Cylindrical-coordinate representation of color #52482F: hue angle of 42.86º 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 #52482F is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 72 47 -
CMYK 0 0.12 0.43 0.68
HSL 42.86º 0.27% 0.25% -
HSV(B) 42.86º 0.43% 0.32% -
XYZ 6.31 6.63 3.64 -
YUV 72.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 82 72 47 0 0.12 0.43 0.68 42.86 0.27 0.25
Hex 52 48 2F 0 C 2B 44 2B 1B 19
Octal 122 110 57 0 14 53 104 53 33 31
Binary 1010010 1001000 101111 0 1100 101011 1000100 101011 11011 11001

Color Harmonies of #52482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52482F

Black with #52482F

Text Example


Text Example

White with #52482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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