Html Css Color HEX #52462F Punga

📋 copy color: '#52462F'

red 82 ◦ green 70 ◦ blue 47

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

Shades of Punga #52462F

Tints of Punga #52462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.18%

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

R = 41.21%
G = 35.18%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#52462F (or 0x52462F) is known color: Punga. HEX triplet: 52, 46 and 2F. RGB value is (82,70,47). Sum of RGB (Red+Green+Blue) = 82+70+47=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #52462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52462F is #ADB9D0. Grayscale: #474747. Windows color (decimal): -11385297 or 3098194. OLE color: 3098194.

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

Color convert

RGB 82 70 47 -
CMYK 0 0.15 0.43 0.68
HSL 39.43º 0.27% 0.25% -
HSV(B) 39.43º 0.43% 0.32% -
XYZ 6.18 6.38 3.59 -
YUV 70.97 114.48 135.87 -
System Red Green Blue C M Y K H S L
Decimal 82 70 47 0 0.15 0.43 0.68 39.43 0.27 0.25
Hex 52 46 2F 0 F 2B 44 27 1B 19
Octal 122 106 57 0 17 53 104 47 33 31
Binary 1010010 1000110 101111 0 1111 101011 1000100 100111 11011 11001

Color Harmonies of #52462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52462F

Black with #52462F

Text Example


Text Example

White with #52462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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