Html Css Color HEX #50482C Punga

📋 copy color: '#50482C'

red 80 ◦ green 72 ◦ blue 44

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

Shades of Punga #50482C

Tints of Punga #50482C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.45%

R = 40.82%
G = 36.73%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#50482C (or 0x50482C) is known color: Punga. HEX triplet: 50, 48 and 2C. RGB value is (80,72,44). Sum of RGB (Red+Green+Blue) = 80+72+44=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #50482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50482C is #AFB7D3. Grayscale: #474747. Windows color (decimal): -11515860 or 2902096. OLE color: 2902096.

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

Color convert

RGB 80 72 44 -
CMYK 0 0.10 0.45 0.69
HSL 46.67º 0.29% 0.24% -
HSV(B) 46.67º 0.45% 0.31% -
XYZ 6.08 6.52 3.32 -
YUV 71.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 80 72 44 0 0.10 0.45 0.69 46.67 0.29 0.24
Hex 50 48 2C 0 A 2D 45 2F 1D 18
Octal 120 110 54 0 12 55 105 57 35 30
Binary 1010000 1001000 101100 0 1010 101101 1000101 101111 11101 11000

Color Harmonies of #50482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50482C

Black with #50482C

Text Example


Text Example

White with #50482C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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