Html Css Color HEX #50462E Punga

📋 copy color: '#50462E'

red 80 ◦ green 70 ◦ blue 46

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

Shades of Punga #50462E

Tints of Punga #50462E

RGB

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

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

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

R = 40.82%
G = 35.71%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#50462E (or 0x50462E) is known color: Punga. HEX triplet: 50, 46 and 2E. RGB value is (80,70,46). Sum of RGB (Red+Green+Blue) = 80+70+46=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #50462E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50462E is #AFB9D1. Grayscale: #464646. Windows color (decimal): -11516370 or 3032656. OLE color: 3032656.

HSL color Cylindrical-coordinate representation of color #50462E: hue angle of 42.35º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50462E is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 70 46 -
CMYK 0 0.12 0.42 0.69
HSL 42.35º 0.27% 0.25% -
HSV(B) 42.35º 0.43% 0.31% -
XYZ 5.99 6.28 3.48 -
YUV 70.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 80 70 46 0 0.12 0.42 0.69 42.35 0.27 0.25
Hex 50 46 2E 0 C 2A 45 2A 1B 19
Octal 120 106 56 0 14 52 105 52 33 31
Binary 1010000 1000110 101110 0 1100 101010 1000101 101010 11011 11001

Color Harmonies of #50462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50462E

Black with #50462E

Text Example


Text Example

White with #50462E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,70,46); }

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

background-color css

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

 a { background-color: rgb(80,70,46); }

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

border-color css

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

 span { border-color: rgb(80,70,46); }

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