Html Css Color HEX #50482D Punga

📋 copy color: '#50482D'

red 80 ◦ green 72 ◦ blue 45

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

Shades of Punga #50482D

Tints of Punga #50482D

RGB

 RED value IS 80 (31.64% from 255) = 40.61%

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

 BLUE value IS 45 (17.97% from 255) = 22.84%

R = 40.61%
G = 36.55%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#50482D (or 0x50482D) is known color: Punga. HEX triplet: 50, 48 and 2D. RGB value is (80,72,45). Sum of RGB (Red+Green+Blue) = 80+72+45=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #50482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50482D is #AFB7D2. Grayscale: #474747. Windows color (decimal): -11515859 or 2967632. OLE color: 2967632.

HSL color Cylindrical-coordinate representation of color #50482D: hue angle of 46.29º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50482D is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 72 45 -
CMYK 0 0.10 0.44 0.69
HSL 46.29º 0.28% 0.25% -
HSV(B) 46.29º 0.44% 0.31% -
XYZ 6.1 6.53 3.42 -
YUV 71.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 80 72 45 0 0.10 0.44 0.69 46.29 0.28 0.25
Hex 50 48 2D 0 A 2C 45 2E 1C 19
Octal 120 110 55 0 12 54 105 56 34 31
Binary 1010000 1001000 101101 0 1010 101100 1000101 101110 11100 11001

Color Harmonies of #50482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50482D

Black with #50482D

Text Example


Text Example

White with #50482D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50482D; }

 p { color: rgb(80,72,45); }

 H1.HeaderClassName
 {
   color: #50482D;
 }
 .AnyTagClassName
 {
   color: #50482D;
 }
</style>

background-color css

<style>
 a { background-color: #50482D; }

 a { background-color: rgb(80,72,45); }

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

border-color css

<style>
 span { border-color: #50482D; }

 span { border-color: rgb(80,72,45); }

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